Skip to content

Commit 1cc65d7

Browse files
authored
Bump version: (#286)
## Description The v0.11.0 release did not have the version updated. This bumps to v0.11.1 in preparation for a new tagged release. Because the version was not bumped in the v0.11.0 tag, HookOS is still showing v0.10.0 when booting up. ## Why is this needed Fixes: # ## How Has This Been Tested? ## How are existing users impacted? What migration steps/scripts do we need? ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents 0c38a5e + 9237848 commit 1cc65d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-all-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env: # Global environment, passed to all jobs & all steps
1919
# To do so, set the secret DOCKERHUB_USERNAME and DOCKERHUB_PASSWORD in the repo secrets, and set the below to yes.
2020
LOGIN_TO_DOCKERHUB: "yes"
2121

22-
HOOK_VERSION: "0.10.0-build-${{github.run_number}}" # Use a forced Hook version
22+
HOOK_VERSION: "0.11.1-build-${{github.run_number}}" # Use a forced Hook version
2323

2424
# Which flavors to build? space separated list, must match one of the TAG='s in flavors (this is used by matrix_prep job in gha-matrix command)
2525
CI_TAGS: "standard armbian-sbc armbian-uefi lts" # 'dev' is not included

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ else # otherwise default to tty, but allow override
5454
fi
5555

5656
# Set the default HOOK_VERSION; override with env var; -x exports it for envsubst later
57-
declare -g -r -x HOOK_VERSION="${HOOK_VERSION:-"0.10.0"}"
57+
declare -g -r -x HOOK_VERSION="${HOOK_VERSION:-"0.11.1"}"
5858
log info "Using Hook version (HOOK_VERSION): ${HOOK_VERSION}"
5959

6060
### Inventory

0 commit comments

Comments
 (0)