Explorar el Código

Release v25.2.0

Daniel Gibbs hace 6 meses
padre
commit
ba55460a56
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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="v25.1.6"
+modulesversion="v25.2.0"
 
 # Core
 

+ 1 - 1
linuxgsm.sh

@@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
 	set -x
 fi
 
-version="v25.1.6"
+version="v25.2.0"
 shortname="core"
 gameservername="core"
 commandname="CORE"