bump version to 1.0.27

This commit is contained in:
2025-08-08 16:42:25 +02:00
parent eaccbe610f
commit 2eb62063f2
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ fn do() ! {
mut cmd := Command{
name: 'hero'
description: 'Your HERO toolset.'
version: '1.0.26'
version: '1.0.27'
}
// herocmds.cmd_run_add_flags(mut cmd)
@@ -114,4 +114,4 @@ fn main() {
fn pre_func(cmd Command) ! {
herocmds.plbook_run(cmd)!
}
}