Skip to content

Commit 454e53b

Browse files
committed
spaces
Release v21.4.1 new line Release v21.4.1
1 parent fc6a51d commit 454e53b

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/version-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
1919
- uses: actions/checkout@v2
20-
20+
2121
# Runs a single command using the runners shell
2222
- name: compare versions
23-
run: chmod +x .github/workflows/version-check.sh; .github/workflows/version-check.sh
23+
run: chmod +x .github/workflows/version-check.sh; .github/workflows/version-check.sh

lgsm/functions/core_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
1010

11-
modulesversion="v21.4.0"
11+
modulesversion="v21.4.1"
1212

1313
# Core
1414

lgsm/functions/query_gsquery.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ def __init__(self, options, arguments):
5959
self.response = None
6060
self.sanity_checks()
6161

62-
@staticmethod
62+
@staticmethod
6363
def fatal_error(self, error_message, error_code=1):
6464
sys.stderr.write('ERROR: ' + str(error_message) + '\n')
6565
sys.exit(error_code)
6666

67-
@staticmethod
67+
@staticmethod
6868
def exit_success(self, success_message=''):
6969
sys.stdout.write('OK: ' + str(success_message) + '\n')
7070
sys.exit(0)

linuxgsm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020
set -x
2121
fi
2222

23-
version="v21.4.0"
23+
version="v21.4.1"
2424
shortname="core"
2525
gameservername="core"
2626
commandname="CORE"

tests/tests_fctrserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020
set -x
2121
fi
2222

23-
version="v21.4.0"
23+
version="v21.4.1"
2424
shortname="fctr"
2525
gameservername="fctrserver"
2626
commandname="CORE"

tests/tests_jc2server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020
set -x
2121
fi
2222

23-
version="v21.4.0"
23+
version="v21.4.1"
2424
shortname="jc2"
2525
gameservername="jc2server"
2626
commandname="CORE"

tests/tests_mcserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020
set -x
2121
fi
2222

23-
version="v21.4.0"
23+
version="v21.4.1"
2424
shortname="mc"
2525
gameservername="mcserver"
2626
commandname="CORE"

tests/tests_ts3server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020
set -x
2121
fi
2222

23-
version="v21.4.0"
23+
version="v21.4.1"
2424
shortname="ts3"
2525
gameservername="ts3server"
2626
commandname="CORE"

0 commit comments

Comments
 (0)