Browse Source

Release v24.1.0

Daniel Gibbs 2 years ago
parent
commit
12b60d40e4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lgsm/modules/core_modules.sh
  2. 1 1
      linuxgsm.sh

+ 1 - 1
lgsm/modules/core_modules.sh

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

+ 1 - 1
linuxgsm.sh

@@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v23.7.1"
+version="v24.1.0"
 shortname="core"
 gameservername="core"
 commandname="CORE"