bump version to 1.0.10

This commit is contained in:
2025-02-10 12:08:03 +03:00
parent 9a931b65e2
commit 489612fa0e
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ fn do() ! {
mut cmd := Command{ mut cmd := Command{
name: 'hero' name: 'hero'
description: 'Your HERO toolset.' description: 'Your HERO toolset.'
version: '1.0.9' version: '1.0.10'
} }
// herocmds.cmd_run_add_flags(mut cmd) // herocmds.cmd_run_add_flags(mut 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.9' version='1.0.10'
# Base URL for GitHub releases # Base URL for GitHub releases