Merge branch 'hotfix/v24.2.2' into develop

This commit is contained in:
Daniel Gibbs 2024-08-11 18:29:05 +01:00
commit 4c9223c88d
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -22,6 +22,6 @@
}, },
"homepage": "https://github.com/GameServerManagers/LinuxGSM#readme", "homepage": "https://github.com/GameServerManagers/LinuxGSM#readme",
"dependencies": { "dependencies": {
"gamedig": "^5.0.0-beta.2" "gamedig": "^5.1.1"
} }
} }