chore: bump version to 1.0.5

This commit is contained in:
2025-02-07 12:38:49 +03:00
parent 5fc7019dcc
commit cb8c550ed1

View File

@@ -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)!
}
}