bump version to 1.0.34

This commit is contained in:
Mahmoud-Emad
2025-10-13 10:45:22 +03:00
parent 8afb055f0b
commit 07cc9060d1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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