Skip to content

Commit 13a1433

Browse files
committed
update
1 parent dfd38c3 commit 13a1433

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/setup_byond_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
BYOND_MAJOR=515
5-
BYOND_MINOR=1637
4+
BYOND_MAJOR=516
5+
BYOND_MINOR=1648
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
BYOND_MAJOR=515
5-
BYOND_MINOR=1637
4+
BYOND_MAJOR=516
5+
BYOND_MINOR=1648
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)