Compare commits

...

2 Commits

Author SHA1 Message Date
2d0d196cd3 bump version to 1.0.21 2025-02-26 18:09:19 -07:00
37573b0b59 ... 2025-02-26 18:09:10 -07:00
3 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -45,6 +45,7 @@ pub mut:
metadata MainMetadata
build_dest []string @[json: 'buildDest']
build_dest_dev []string @[json: 'buildDestDev']
copyright string = "someone"
}
// Navbar config structures