From 8afb055f0bb470d2206ff98328e59bf5f41996ec Mon Sep 17 00:00:00 2001 From: Mahmoud-Emad Date: Mon, 13 Oct 2025 10:44:28 +0300 Subject: [PATCH 1/3] bump version to 1.0.44 --- cli/hero.v | 4 ++-- install_hero.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/hero.v b/cli/hero.v index 56dddb86..b43bfdf4 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -49,7 +49,7 @@ fn do() ! { mut cmd := Command{ name: 'hero' description: 'Your HERO toolset.' - version: '1.0.33' + version: '1.0.44' } // herocmds.cmd_run_add_flags(mut cmd) @@ -104,4 +104,4 @@ fn main() { // fn pre_func(cmd Command) ! { // herocmds.plbook_run(cmd)! -// } +// } \ No newline at end of file diff --git a/install_hero.sh b/install_hero.sh index ae81ab46..295dcf29 100755 --- a/install_hero.sh +++ b/install_hero.sh @@ -4,7 +4,7 @@ set -e os_name="$(uname -s)" arch_name="$(uname -m)" -version='1.0.33' +version='1.0.44' # Base URL for GitHub releases From 07cc9060d1c3f06cfc9938dde2b77979904bc051 Mon Sep 17 00:00:00 2001 From: Mahmoud-Emad Date: Mon, 13 Oct 2025 10:45:22 +0300 Subject: [PATCH 2/3] bump version to 1.0.34 --- cli/hero.v | 2 +- install_hero.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/hero.v b/cli/hero.v index b43bfdf4..31f4def7 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -49,7 +49,7 @@ fn do() ! { mut cmd := Command{ name: 'hero' description: 'Your HERO toolset.' - version: '1.0.44' + version: '1.0.34' } // herocmds.cmd_run_add_flags(mut cmd) diff --git a/install_hero.sh b/install_hero.sh index 295dcf29..e38399cc 100755 --- a/install_hero.sh +++ b/install_hero.sh @@ -4,7 +4,7 @@ set -e os_name="$(uname -s)" arch_name="$(uname -m)" -version='1.0.44' +version='1.0.34' # Base URL for GitHub releases From c56b142fd1ac65df7166814c693ba7a04d582324 Mon Sep 17 00:00:00 2001 From: Mahmoud-Emad Date: Mon, 13 Oct 2025 11:10:11 +0300 Subject: [PATCH 3/3] chore: Remove commented out code - Remove previously commented out function definition --- .repo_ignore | 1 - cli/hero.v | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 .repo_ignore diff --git a/.repo_ignore b/.repo_ignore deleted file mode 100644 index 8b137891..00000000 --- a/.repo_ignore +++ /dev/null @@ -1 +0,0 @@ - diff --git a/cli/hero.v b/cli/hero.v index 585bce40..ac44c514 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -104,10 +104,3 @@ fn main() { exit(1) } } -<<<<<<< HEAD - -// fn pre_func(cmd Command) ! { -// herocmds.plbook_run(cmd)! -// } -======= ->>>>>>> f34ca98623427e7418c770c2d26da66358770bc8