bump version to 1.0.36

This commit is contained in:
Scott Yeager
2025-10-14 14:37:14 -07:00
parent 9a7b9b8a10
commit e3d5f65ca6
3 changed files with 2 additions and 2 deletions

0
, Normal file
View File

View File

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