From 444df21fcb654d208af50ddd151f5435d960ffc3 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Sun, 24 Nov 2024 16:07:16 -0700 Subject: [PATCH] Bump version in prep for release: The static networking and the moving of the vlan script make this a minor version bump. Signed-off-by: Jacob Weinstock --- .github/workflows/build-all-matrix.yaml | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-all-matrix.yaml b/.github/workflows/build-all-matrix.yaml index 1851287..652e46d 100644 --- a/.github/workflows/build-all-matrix.yaml +++ b/.github/workflows/build-all-matrix.yaml @@ -19,7 +19,7 @@ env: # Global environment, passed to all jobs & all steps # To do so, set the secret DOCKERHUB_USERNAME and DOCKERHUB_PASSWORD in the repo secrets, and set the below to yes. LOGIN_TO_DOCKERHUB: "yes" - HOOK_VERSION: "0.9.2-build-${{github.run_number}}" # Use a forced Hook version + HOOK_VERSION: "0.10.0-build-${{github.run_number}}" # Use a forced Hook version # 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) CI_TAGS: "standard armbian-sbc armbian-uefi lts" # 'dev' is not included diff --git a/build.sh b/build.sh index 87b6dc2..4df377d 100755 --- a/build.sh +++ b/build.sh @@ -43,7 +43,7 @@ else # otherwise default to tty, but allow override fi # Set the default HOOK_VERSION; override with env var; -x exports it for envsubst later -declare -g -r -x HOOK_VERSION="${HOOK_VERSION:-"0.9.2"}" +declare -g -r -x HOOK_VERSION="${HOOK_VERSION:-"0.10.0"}" log info "Using Hook version (HOOK_VERSION): ${HOOK_VERSION}" ### Inventory