Skip to content

Commit 17e49e2

Browse files
committed
Bump version to 0.2.1
1 parent a487897 commit 17e49e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ case "$ARCH" in
3939
*) error "Unsupported architecture: $ARCH" ;;
4040
esac
4141

42-
VERSION="0.1.4"
42+
VERSION="0.2.1"
4343
BASE_URL="https://github.com/honganh1206/clue/releases/download"
4444
DOWNLOAD_URL="${BASE_URL}/${VERSION}/clue_${VERSION}_${OS}_${ARCH}"
4545

0 commit comments

Comments
 (0)