bump version to 1.0.30

This commit is contained in:
2025-09-05 14:07:16 +04:00
parent de763f14f6
commit 85b17eeb05
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -4,7 +4,7 @@ set -e
os_name="$(uname -s)"
arch_name="$(uname -m)"
version='1.0.29'
version='1.0.30'
# Base URL for GitHub releases

BIN
release Executable file

Binary file not shown.