Skip to content

Commit

Permalink
up version in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimryndin committed Feb 24, 2024
1 parent 2767b87 commit 1ae64bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/site/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ main() {

get_architecture || return 1
local _arch="$RETVAL"
local _version=${1:-'0.1.3rc20'}
local _version=${1:-'0.1.3rc21'}
assert_nz "$_arch" "arch"

local _file="goral-${_version}-${_arch}"
Expand Down

0 comments on commit 1ae64bd

Please sign in to comment.