Skip to content

Commit 99fa0da

Browse files
committed
version bump
1 parent cd58b0e commit 99fa0da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/setup_byond_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
BYOND_MAJOR=515
5-
BYOND_MINOR=1621
5+
BYOND_MINOR=1637
66

77
if [ -d "$HOME/BYOND/byond/bin" ] && grep -Fxq "${BYOND_MAJOR}.${BYOND_MINOR}" $HOME/BYOND/version.txt;
88
then

tools/setup_byond_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
BYOND_MAJOR=515
5-
BYOND_MINOR=1621
5+
BYOND_MINOR=1637
66

77
if [ -d "$HOME/BYOND/byond/bin" ] && grep -Fxq "${BYOND_MAJOR}.${BYOND_MINOR}" $HOME/BYOND/version.txt;
88
then

0 commit comments

Comments
 (0)