Skip to content

Commit 2461403

Browse files
committed
Merge branch 'hotfix/v24.1.5' into develop
2 parents c5ca762 + 77414e1 commit 2461403

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Issue Labeler
18-
uses: github/issue-labeler@v3.3
18+
uses: github/issue-labeler@v3.4
1919
with:
2020
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2121
configuration-path: .github/labeler.yml

Diff for: lgsm/modules/core_modules.sh

+1-1
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.1.4"
11+
modulesversion="v24.1.5"
1212

1313
# Core
1414

Diff for: linuxgsm.sh

+1-1
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.1.4"
27+
version="v24.1.5"
2828
shortname="core"
2929
gameservername="core"
3030
commandname="CORE"

0 commit comments

Comments
 (0)