Skip to content

Commit a994578

Browse files
authored
Update hiclaw-install.sh
1 parent db1e289 commit a994578

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/hiclaw-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
set -e
5151

5252
HICLAW_VERSION="${HICLAW_VERSION:-}"
53-
HICLAW_KNOWN_STABLE_VERSION="v1.1.1" # fallback if GitHub API is unreachable
53+
HICLAW_KNOWN_STABLE_VERSION="v1.1.2" # fallback if GitHub API is unreachable
5454

5555
# Returns 0 (true) if $1 < $2 using semver order; "latest" is treated as greatest
5656
_ver_lt() {

0 commit comments

Comments
 (0)