From cb8c550ed1b8f927c97cae9d238bdab61791c24b Mon Sep 17 00:00:00 2001 From: despiegk Date: Fri, 7 Feb 2025 12:38:49 +0300 Subject: [PATCH] chore: bump version to 1.0.5 --- cli/hero.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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