diff --git a/.github/workflows/hero_build.yml b/.github/workflows/hero_build.yml index 7489c530..2f18e0f1 100644 --- a/.github/workflows/hero_build.yml +++ b/.github/workflows/hero_build.yml @@ -5,9 +5,7 @@ permissions: on: push: - branches: ["main","development"] workflow_dispatch: - branches: ["main","development"] jobs: build: diff --git a/cli/hero.v b/cli/hero.v index e51a342d..893f213d 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -31,7 +31,7 @@ fn do() ! { mut cmd := Command{ name: 'hero' description: 'Your HERO toolset.' - version: '1.0.3' + version: '1.0.4' } // herocmds.cmd_run_add_flags(mut cmd) diff --git a/manual/create_tag.md b/manual/create_tag.md index 6d4ccccc..5f329bad 100644 --- a/manual/create_tag.md +++ b/manual/create_tag.md @@ -3,6 +3,6 @@ ```bash cd ~/Users/despiegk~/code/github/freeflowuniverse/herolib -git tag -a v1.0.3 -m "all CI is now working" -git add . -A ; git commit -m ... ; git pull ; git push origin v1.0.3 +git tag -a v1.0.4 -m "all CI is now working" +git add . -A ; git commit -m ... ; git pull ; git push origin v1.0.4 ``` \ No newline at end of file