From cf304e004efe7e8401dc8e4059a2077e4757f7a9 Mon Sep 17 00:00:00 2001 From: despiegk Date: Mon, 13 Oct 2025 07:35:14 +0400 Subject: [PATCH] bump version to 1.0.34 --- cli/hero.v | 4 ++-- install_hero.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/hero.v b/cli/hero.v index 56dddb86..31f4def7 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -49,7 +49,7 @@ fn do() ! { mut cmd := Command{ name: 'hero' description: 'Your HERO toolset.' - version: '1.0.33' + version: '1.0.34' } // herocmds.cmd_run_add_flags(mut cmd) @@ -104,4 +104,4 @@ fn main() { // fn pre_func(cmd Command) ! { // herocmds.plbook_run(cmd)! -// } +// } \ No newline at end of file diff --git a/install_hero.sh b/install_hero.sh index ae81ab46..e38399cc 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.33' +version='1.0.34' # Base URL for GitHub releases