Skip to content

Commit

Permalink
bump version to 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
despiegk committed Feb 8, 2025
1 parent 6e61962 commit 690b1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/hero.v
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn do() ! {
mut cmd := Command{
name: 'hero'
description: 'Your HERO toolset.'
version: '1.0.6'
version: '1.0.7'
}

// herocmds.cmd_run_add_flags(mut cmd)
Expand Down
2 changes: 1 addition & 1 deletion install_hero.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

os_name="$(uname -s)"
arch_name="$(uname -m)"
version='1.0.6'
version='1.0.7'


# Base URL for GitHub releases
Expand Down

0 comments on commit 690b1b6

Please sign in to comment.