We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd38c3 commit 13a1433Copy full SHA for 13a1433
tools/setup_byond_linux.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
set -euo pipefail
3
4
-BYOND_MAJOR=515
5
-BYOND_MINOR=1637
+BYOND_MAJOR=516
+BYOND_MINOR=1648
6
7
if [ -d "$HOME/BYOND/byond/bin" ] && grep -Fxq "${BYOND_MAJOR}.${BYOND_MINOR}" $HOME/BYOND/version.txt;
8
then
tools/setup_byond_windows.sh
0 commit comments