Browse Source

Release v23.3.3

This commit updates the version of the core to v23.3.3. Additionally, it removes updates the .gitignore file.
pull/4229/head
Daniel Gibbs 2 years ago
parent
commit
9e347fe9fa
  1. 3
      .gitignore
  2. 2
      linuxgsm.sh
  3. 2
      tests/tests_fctrserver.sh
  4. 2
      tests/tests_jc2server.sh
  5. 2
      tests/tests_mcserver.sh
  6. 2
      tests/tests_ts3server.sh

3
.gitignore

@ -1,3 +1,2 @@
*.db
.idea
.vscode/settings.json
/node_modules

2
linuxgsm.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v23.3.2"
version="v23.3.3"
shortname="core"
gameservername="core"
commandname="CORE"

2
tests/tests_fctrserver.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v23.3.2"
version="v23.3.3"
shortname="fctr"
gameservername="fctrserver"
commandname="CORE"

2
tests/tests_jc2server.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v23.3.2"
version="v23.3.3"
shortname="jc2"
gameservername="jc2server"
commandname="CORE"

2
tests/tests_mcserver.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v23.3.2"
version="v23.3.3"
shortname="mc"
gameservername="mcserver"
commandname="CORE"

2
tests/tests_ts3server.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v23.3.2"
version="v23.3.3"
shortname="ts3"
gameservername="ts3server"
commandname="CORE"

Loading…
Cancel
Save