bump version to 1.0.11

This commit is contained in:
2025-02-10 12:42:44 +03:00
parent dd4bb73a78
commit e997946c56
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ fn do() ! {
mut cmd := Command{
name: 'hero'
description: 'Your HERO toolset.'
version: '1.0.6'
version: '1.0.11'
}
// 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.6'
version='1.0.11'
# Base URL for GitHub releases