bump version to 1.0.31

This commit is contained in:
2025-09-07 07:40:09 +04:00
parent 5fcdadcabd
commit 9eb89e0411
2 changed files with 2 additions and 2 deletions

View File

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