Skip to content

Commit 7661d2d

Browse files
committed
Update versions in release scripts
1 parent 1b34ee1 commit 7661d2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/scripts/release_linux.sh

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

33
set -e
44

5-
shrun_vers="0.9"
5+
shrun_vers="0.9.1"
66

77
. /etc/lsb-release
88
ubuntu_vers=$(echo $DISTRIB_RELEASE)

.github/scripts/release_linux_static.sh

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

33
set -e
44

5-
shrun_vers="0.9"
5+
shrun_vers="0.9.1"
66

77
dir=$1
88

.github/scripts/release_osx.sh

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

33
set -e
44

5-
shrun_vers="0.9"
5+
shrun_vers="0.9.1"
66

77
# strip tab and/or spaces from output
88
apple_vers=$(sw_vers | grep ProductVersion | cut -d':' -f2 | tr -d ' \t')

0 commit comments

Comments
 (0)