Просмотр исходного кода

Merge branch 'hotfix/v25.1.5' into develop

Daniel Gibbs 1 год назад
Родитель
Сommit
1d5ce60771
2 измененных файлов с 2 добавлено и 2 удалено
  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.4"
+modulesversion="v25.1.5"
 
 # Core
 

+ 1 - 1
linuxgsm.sh

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