From 282e79b03d63a0b94a8ccbe42d360140375df56e Mon Sep 17 00:00:00 2001 From: Paul Delafosse Date: Tue, 30 Nov 2021 12:26:09 +0100 Subject: [PATCH] chore: bump cocogitto --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cddd4d3..160d595 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh CUR_DIR=$(pwd) -VERSION=4.0.0 +VERSION=4.0.1 TAR="cocogitto-$VERSION-x86_64-unknown-linux-musl.tar.gz" BIN_DIR="$HOME/.local/bin"