From 8b6ad4d07649ddb7caef97b738a863742ab43dfb Mon Sep 17 00:00:00 2001 From: despiegk Date: Sun, 23 Mar 2025 12:14:26 +0100 Subject: [PATCH] bump version to 1.0.22 --- cli/hero.v | 2 +- install_hero.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/hero.v b/cli/hero.v index 872f39ff..31764b58 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -51,7 +51,7 @@ fn do() ! { mut cmd := Command{ name: 'hero' description: 'Your HERO toolset.' - version: '1.0.21' + version: '1.0.22' } // herocmds.cmd_run_add_flags(mut cmd) diff --git a/install_hero.sh b/install_hero.sh index 3ba95033..dd4f5c4e 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.21' +version='1.0.22' # Base URL for GitHub releases