We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1e289 commit a994578Copy full SHA for a994578
1 file changed
install/hiclaw-install.sh
@@ -50,7 +50,7 @@
50
set -e
51
52
HICLAW_VERSION="${HICLAW_VERSION:-}"
53
-HICLAW_KNOWN_STABLE_VERSION="v1.1.1" # fallback if GitHub API is unreachable
+HICLAW_KNOWN_STABLE_VERSION="v1.1.2" # fallback if GitHub API is unreachable
54
55
# Returns 0 (true) if $1 < $2 using semver order; "latest" is treated as greatest
56
_ver_lt() {
0 commit comments