From 35dace91557b05fb7018e9562f0c9ea6b6ae4630 Mon Sep 17 00:00:00 2001 From: despiegk Date: Wed, 26 Feb 2025 18:08:29 -0700 Subject: [PATCH] bump version to 1.0.20 --- 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 3f63e82b..89953874 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.18' + version: '1.0.20' } // herocmds.cmd_run_add_flags(mut cmd) diff --git a/install_hero.sh b/install_hero.sh index 1e817c2a..0236a81e 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.18' +version='1.0.20' # Base URL for GitHub releases