Browse Source

spaces

Release v21.4.1


new line


Release v21.4.1
Daniel Gibbs 4 years ago
parent
commit
454e53bb96

+ 2 - 2
.github/workflows/version-check.yml

@@ -17,7 +17,7 @@ jobs:
     steps:
     # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
     - uses: actions/checkout@v2
- 
+
     # Runs a single command using the runners shell
     - name: compare versions
-      run: chmod +x .github/workflows/version-check.sh; .github/workflows/version-check.sh
+      run: chmod +x .github/workflows/version-check.sh; .github/workflows/version-check.sh

+ 1 - 1
lgsm/functions/core_functions.sh

@@ -8,7 +8,7 @@
 
 functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
 
-modulesversion="v21.4.0"
+modulesversion="v21.4.1"
 
 # Core
 

+ 2 - 2
lgsm/functions/query_gsquery.py

@@ -59,12 +59,12 @@ class gsquery:
         self.response = None
         self.sanity_checks()
 
-	@staticmethod
+    @staticmethod
     def fatal_error(self, error_message, error_code=1):
         sys.stderr.write('ERROR: ' + str(error_message) + '\n')
         sys.exit(error_code)
 
-	@staticmethod
+    @staticmethod
     def exit_success(self, success_message=''):
         sys.stdout.write('OK: ' + str(success_message) + '\n')
         sys.exit(0)

+ 1 - 1
linuxgsm.sh

@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v21.4.0"
+version="v21.4.1"
 shortname="core"
 gameservername="core"
 commandname="CORE"

+ 1 - 1
tests/tests_fctrserver.sh

@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v21.4.0"
+version="v21.4.1"
 shortname="fctr"
 gameservername="fctrserver"
 commandname="CORE"

+ 1 - 1
tests/tests_jc2server.sh

@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v21.4.0"
+version="v21.4.1"
 shortname="jc2"
 gameservername="jc2server"
 commandname="CORE"

+ 1 - 1
tests/tests_mcserver.sh

@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v21.4.0"
+version="v21.4.1"
 shortname="mc"
 gameservername="mcserver"
 commandname="CORE"

+ 1 - 1
tests/tests_ts3server.sh

@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v21.4.0"
+version="v21.4.1"
 shortname="ts3"
 gameservername="ts3server"
 commandname="CORE"