Browse Source

Merge branch 'hotfix/v24.1.5' into develop

pull/4524/head
Daniel Gibbs 1 year ago
parent
commit
24614033ab
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      .github/workflows/labeler.yml
  2. 2
      lgsm/modules/core_modules.sh
  3. 2
      linuxgsm.sh

2
.github/workflows/labeler.yml

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Issue Labeler
uses: github/issue-labeler@v3.3
uses: github/issue-labeler@v3.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml

2
lgsm/modules/core_modules.sh

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

2
linuxgsm.sh

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

Loading…
Cancel
Save