From 2eb62063f23a36a4a13c25473120f4450e4194fa Mon Sep 17 00:00:00 2001 From: despiegk Date: Fri, 8 Aug 2025 16:42:25 +0200 Subject: [PATCH] bump version to 1.0.27 --- 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 52b0246f..ec38b8e2 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -50,7 +50,7 @@ fn do() ! { mut cmd := Command{ name: 'hero' description: 'Your HERO toolset.' - version: '1.0.26' + version: '1.0.27' } // herocmds.cmd_run_add_flags(mut cmd) @@ -114,4 +114,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 0e6bff9c..38042499 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.26' +version='1.0.27' # Base URL for GitHub releases