Skip to content

Commit

Permalink
Merge branch 'hotfix/v24.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Aug 11, 2024
2 parents 1522cbd + ac208c7 commit f23e5f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lgsm/modules/core_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

modulesversion="v24.2.1"
modulesversion="v24.2.2"

# Core

Expand Down
2 changes: 1 addition & 1 deletion linuxgsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi

version="v24.2.1"
version="v24.2.2"
shortname="core"
gameservername="core"
commandname="CORE"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"homepage": "https://github.com/GameServerManagers/LinuxGSM#readme",
"dependencies": {
"gamedig": "^5.0.0-beta.2"
"gamedig": "^5.1.1"
}
}

0 comments on commit f23e5f6

Please sign in to comment.