浏览代码

Release v23.1.0

Daniel Gibbs 3 年之前
父节点
当前提交
d7545f67c3
共有 6 个文件被更改,包括 6 次插入6 次删除
  1. 1 1
      lgsm/functions/core_functions.sh
  2. 1 1
      linuxgsm.sh
  3. 1 1
      tests/tests_fctrserver.sh
  4. 1 1
      tests/tests_jc2server.sh
  5. 1 1
      tests/tests_mcserver.sh
  6. 1 1
      tests/tests_ts3server.sh

+ 1 - 1
lgsm/functions/core_functions.sh

@@ -8,7 +8,7 @@
 
 functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
 
-modulesversion="v22.2.1"
+modulesversion="v23.1.0"
 
 # Core
 

+ 1 - 1
linuxgsm.sh

@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v22.2.1"
+version="v23.1.0"
 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="v22.2.1"
+version="v23.1.0"
 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="v22.2.1"
+version="v23.1.0"
 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="v22.2.1"
+version="v23.1.0"
 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="v22.2.1"
+version="v23.1.0"
 shortname="ts3"
 gameservername="ts3server"
 commandname="CORE"