bump version to 1.0.38

This commit is contained in:
Scott Yeager
2025-11-26 14:53:40 -08:00
parent ee0e7d44fd
commit 0269277ac8
2 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ fn do() ! {
mut cmd := Command{
name: 'hero'
description: 'Your HERO toolset.'
version: '1.0.36'
version: '1.0.38'
}
mut toinstall := false

View File

@@ -4,7 +4,7 @@ set -e
os_name="$(uname -s)"
arch_name="$(uname -m)"
version='1.0.36'
version='1.0.38'
# Detect Linux distribution type
linux_type=""