diff --git a/cli/hero.v b/cli/hero.v index 4e26b040..35facb7a 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -48,7 +48,7 @@ fn do() ! { mut cmd := Command{ name: 'hero' description: 'Your HERO toolset.' - version: '1.0.28' + version: '1.0.29' } // herocmds.cmd_run_add_flags(mut cmd) @@ -102,4 +102,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 89ce3aa8..720f70dd 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.28' +version='1.0.29' # Base URL for GitHub releases diff --git a/release b/release new file mode 100755 index 00000000..0a021250 Binary files /dev/null and b/release differ