We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a487897 commit 17e49e2Copy full SHA for 17e49e2
scripts/install.sh
@@ -39,7 +39,7 @@ case "$ARCH" in
39
*) error "Unsupported architecture: $ARCH" ;;
40
esac
41
42
-VERSION="0.1.4"
+VERSION="0.2.1"
43
BASE_URL="https://github.com/honganh1206/clue/releases/download"
44
DOWNLOAD_URL="${BASE_URL}/${VERSION}/clue_${VERSION}_${OS}_${ARCH}"
45
0 commit comments