From eb38bc5e6033a650babfee7672ca30de45eb57c3 Mon Sep 17 00:00:00 2001 From: despiegk Date: Sat, 8 Feb 2025 14:07:15 +0100 Subject: [PATCH] bump version to 1.0.6 --- cli/hero.v | 2 +- install_hero.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/hero.v b/cli/hero.v index a5d8f5fb..f452b7ae 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -31,7 +31,7 @@ fn do() ! { mut cmd := Command{ name: 'hero' description: 'Your HERO toolset.' - version: '1.0.5' + version: '1.0.6' } // herocmds.cmd_run_add_flags(mut cmd) diff --git a/install_hero.sh b/install_hero.sh index 7532a544..717b0e64 100755 --- a/install_hero.sh +++ b/install_hero.sh @@ -4,7 +4,7 @@ set -e os_name="$(uname -s)" arch_name="$(uname -m)" -version='1.0.5' +version='1.0.6' # Base URL for GitHub releases @@ -141,4 +141,4 @@ if [ "$file_size" -ge 2 ]; then else echo "Downloaded file is less than 10 MB. Process aborted." exit 1 -fi +fi \ No newline at end of file