bump version to 1.0.6

This commit is contained in:
2025-02-08 14:07:15 +01:00
parent b0da6d1bd2
commit eb38bc5e60
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ fn do() ! {
mut cmd := Command{
name: 'hero'
description: 'Your HERO toolset.'
version: '1.0.5'
version: '1.0.6'
}
// 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.5'
version='1.0.6'
# Base URL for GitHub releases
@@ -141,4 +141,4 @@ if [ "$file_size" -ge 2 ]; then
else
echo "Downloaded file is less than 10 MB. Process aborted."
exit 1
fi
fi