diff --git a/cli/hero.v b/cli/hero.v index 4bd3bf05..fa59fa9e 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -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 @@ -103,4 +103,4 @@ fn main() { print_backtrace() exit(1) } -} +} \ No newline at end of file diff --git a/scripts/install_hero.sh b/scripts/install_hero.sh index 95fb0b58..982ec64e 100755 --- a/scripts/install_hero.sh +++ b/scripts/install_hero.sh @@ -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="" @@ -138,4 +138,4 @@ if [ "$file_size" -ge 2 ]; then else echo "Downloaded file is less than 2 MB. Process aborted." exit 1 -fi +fi \ No newline at end of file