Skip to content

Commit

Permalink
fix(install.sh): update VERSION=4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Stemmet authored and oknozor committed Jan 20, 2022
1 parent cbe452e commit 5359849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

CUR_DIR=$(pwd)
VERSION=4.0.1
VERSION=4.1.0
TAR="cocogitto-$VERSION-x86_64-unknown-linux-musl.tar.gz"
BIN_DIR="$HOME/.local/bin"

Expand Down

0 comments on commit 5359849

Please sign in to comment.