bump version to 1.0.34

This commit is contained in:
2025-10-13 07:35:14 +04:00
parent a056c830d2
commit cf304e004e
2 changed files with 3 additions and 3 deletions

View File

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

View File

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