From 1688c4f9b04984d6c3f08ab08be9f85a2aae1654 Mon Sep 17 00:00:00 2001 From: Scott Yeager Date: Tue, 14 Oct 2025 14:37:14 -0700 Subject: [PATCH] bump version to 1.0.36 --- , | 0 cli/hero.v | 2 +- install_hero.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 , diff --git a/, b/, new file mode 100644 index 00000000..e69de29b diff --git a/cli/hero.v b/cli/hero.v index 33db566d..9c7d6825 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -53,7 +53,7 @@ fn do() ! { mut cmd := Command{ name: 'hero' description: 'Your HERO toolset.' - version: '1.0.35' + version: '1.0.36' } // herocmds.cmd_run_add_flags(mut cmd) diff --git a/install_hero.sh b/install_hero.sh index 8e5133b6..2d0b65f9 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.35' +version='1.0.36' # Base URL for GitHub releases