diff --git a/cli/hero.v b/cli/hero.v index 893f213d..a5d8f5fb 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.4' + version: '1.0.5' } // herocmds.cmd_run_add_flags(mut cmd) @@ -94,4 +94,4 @@ fn main() { fn pre_func(cmd Command) ! { herocmds.plbook_run(cmd)! -} +} \ No newline at end of file