Skip to content

Commit 2e78a46

Browse files
committed
Release v23.2.0
1 parent b9b641c commit 2e78a46

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.vscode/extensions.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"recommendations": [
3-
"ms-python.python",
4-
"editorconfig.editorconfig",
5-
"yzhang.markdown-all-in-one",
6-
"esbenp.prettier-vscode",
7-
"timonwong.shellcheck",
8-
"foxundermoon.shell-format",
9-
"redhat.vscode-yaml"
10-
]
2+
"recommendations": [
3+
"ms-python.python",
4+
"editorconfig.editorconfig",
5+
"yzhang.markdown-all-in-one",
6+
"esbenp.prettier-vscode",
7+
"timonwong.shellcheck",
8+
"foxundermoon.shell-format",
9+
"redhat.vscode-yaml"
10+
]
1111
}

lgsm/functions/core_functions.sh

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

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

11-
modulesversion="v23.1.0"
11+
modulesversion="v23.2.0"
1212

1313
# Core
1414

linuxgsm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020
set -x
2121
fi
2222

23-
version="v23.1.0"
23+
version="v23.2.0"
2424
shortname="core"
2525
gameservername="core"
2626
commandname="CORE"

tests/tests_fctrserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020
set -x
2121
fi
2222

23-
version="v23.1.0"
23+
version="v23.2.0"
2424
shortname="fctr"
2525
gameservername="fctrserver"
2626
commandname="CORE"

tests/tests_jc2server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020
set -x
2121
fi
2222

23-
version="v23.1.0"
23+
version="v23.2.0"
2424
shortname="jc2"
2525
gameservername="jc2server"
2626
commandname="CORE"

tests/tests_mcserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020
set -x
2121
fi
2222

23-
version="v23.1.0"
23+
version="v23.2.0"
2424
shortname="mc"
2525
gameservername="mcserver"
2626
commandname="CORE"

tests/tests_ts3server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
2020
set -x
2121
fi
2222

23-
version="v23.1.0"
23+
version="v23.2.0"
2424
shortname="ts3"
2525
gameservername="ts3server"
2626
commandname="CORE"

0 commit comments

Comments
 (0)