diff --git a/cli/hero.v b/cli/hero.v index 31764b58..d9364271 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.22' + version: '1.0.25' } // herocmds.cmd_run_add_flags(mut cmd) diff --git a/install_hero.sh b/install_hero.sh index dd4f5c4e..cecaa340 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.22' +version='1.0.25' # Base URL for GitHub releases