Skip to content

Commit f23e5f6

Browse files
committed
Merge branch 'hotfix/v24.2.2'
2 parents 1522cbd + ac208c7 commit f23e5f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lgsm/modules/core_modules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
1010

11-
modulesversion="v24.2.1"
11+
modulesversion="v24.2.2"
1212

1313
# Core
1414

linuxgsm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
2424
set -x
2525
fi
2626

27-
version="v24.2.1"
27+
version="v24.2.2"
2828
shortname="core"
2929
gameservername="core"
3030
commandname="CORE"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"homepage": "https://github.com/GameServerManagers/LinuxGSM#readme",
2424
"dependencies": {
25-
"gamedig": "^5.0.0-beta.2"
25+
"gamedig": "^5.1.1"
2626
}
2727
}

0 commit comments

Comments
 (0)