From 3b73512eca9bfe92e56a4558be8475136c84fb66 Mon Sep 17 00:00:00 2001 From: riccardopinosio Date: Thu, 14 Nov 2024 13:55:02 +0100 Subject: [PATCH] fix: bump hugot version in cli install script --- scripts/install-hugot-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-hugot-cli.sh b/scripts/install-hugot-cli.sh index d27cd55..748fa63 100755 --- a/scripts/install-hugot-cli.sh +++ b/scripts/install-hugot-cli.sh @@ -1,6 +1,6 @@ #!/bin/bash -hugot_version=v0.0.9 +hugot_version=v0.1.9 echo "Installing hugot cli version $hugot_version..."