diff --git a/cli/hero.v b/cli/hero.v index f452b7ae..44df18a6 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -31,7 +31,7 @@ fn do() ! { mut cmd := Command{ name: 'hero' description: 'Your HERO toolset.' - version: '1.0.6' + version: '1.0.7' } // herocmds.cmd_run_add_flags(mut cmd) diff --git a/install_hero.sh b/install_hero.sh index 717b0e64..8d738ed2 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.6' +version='1.0.7' # Base URL for GitHub releases