Skip to content

Commit

Permalink
Update shrun version references
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Nov 27, 2024
1 parent 382c16f commit ee32c1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/release_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

shrun_vers="0.9.1"
shrun_vers="0.9.2"

. /etc/lsb-release
ubuntu_vers=$(echo $DISTRIB_RELEASE)
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/release_linux_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

shrun_vers="0.9.1"
shrun_vers="0.9.2"

dir=$1

Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/release_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

shrun_vers="0.9.1"
shrun_vers="0.9.2"

# strip tab and/or spaces from output
apple_vers=$(sw_vers | grep ProductVersion | cut -d':' -f2 | tr -d ' \t')
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ for versions < 1.

* First version. Released on an unsuspecting world.

[Unreleased]: https://github.com/tbidne/shrun/compare/0.9.1...main
[0.9.1]: https://github.com/tbidne/shrun/compare/0.9...0.9.1
[0.9]: https://github.com/tbidne/shrun/compare/0.8.1...0.9
[0.8.1]: https://github.com/tbidne/shrun/compare/0.8...0.8.1
Expand Down

0 comments on commit ee32c1a

Please sign in to comment.