diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 04976db..f161232 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ ______________________________________ -I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/gt/blob/v0.11.0/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant. +I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/gt/blob/v0.12.0/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant. diff --git a/.github/workflows/gt-update.yml b/.github/workflows/gt-update.yml index dc6c62f..3db7351 100644 --- a/.github/workflows/gt-update.yml +++ b/.github/workflows/gt-update.yml @@ -4,7 +4,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.11.0 +# Version: v0.12.0 # ################################### name: "gt update" diff --git a/.github/workflows/gt-update.yml.sig b/.github/workflows/gt-update.yml.sig index bd1a6be..4d1d8a6 100644 Binary files a/.github/workflows/gt-update.yml.sig and b/.github/workflows/gt-update.yml.sig differ diff --git a/.gt/remotes/tegonal-gh-commons/pull-hook.sh b/.gt/remotes/tegonal-gh-commons/pull-hook.sh index 6a31db0..8553a14 100755 --- a/.gt/remotes/tegonal-gh-commons/pull-hook.sh +++ b/.gt/remotes/tegonal-gh-commons/pull-hook.sh @@ -5,13 +5,13 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_LATEST_VERSION="v0.11.0" +GT_LATEST_VERSION="v0.12.0" if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../../../lib/tegonal-scripts/src" diff --git a/README.md b/README.md index ca2b42a..3c4048f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - -[![Download](https://img.shields.io/badge/Download-v0.11.0-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.11.0) + - + # gt @@ -41,7 +41,7 @@ at a single place. ❗ You are taking a _sneak peek_ at the next version. Please have a look at the README of the git tag in case you are looking for the documentation of the corresponding version. -For instance, the [README of v0.11.0](https://github.com/tegonal/gt/tree/v0.11.0/README.md). +For instance, the [README of v0.12.0](https://github.com/tegonal/gt/tree/v0.12.0/README.md). --- @@ -165,7 +165,7 @@ Last but not least, see [additional installation steps](#additional-installation ## manually -1. [![Download](https://img.shields.io/badge/Download-v0.11.0-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.11.0) +1. [![Download](https://img.shields.io/badge/Download-v0.12.0-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.12.0) 2. extract the zip/tar.gz 3. open a terminal at the corresponding folder and verify the public key of this repo against [our public key](https://tegonal.com/gpg/github.asc): @@ -237,7 +237,7 @@ self-update update gt to the latest version --version prints the version of this script INFO: Version of gt.sh is: -v0.12.0-SNAPSHOT +v0.12.0 ``` @@ -260,7 +260,7 @@ list list all remotes --version prints the version of this script INFO: Version of gt-remote.sh is: -v0.12.0-SNAPSHOT +v0.12.0 ``` @@ -421,7 +421,7 @@ gt pull -r tegonal-scripts -t v0.1.0 -p src/utility/ gt pull -r tegonal-scripts -t v0.1.0 -d .github --chop-path true -p .github/CODE_OF_CONDUCT.md INFO: Version of gt-pull.sh is: -v0.12.0-SNAPSHOT +v0.12.0 ``` @@ -522,7 +522,7 @@ gt re-pull gt re-pull -r tegonal-scripts --only-missing false --auto-trust true INFO: Version of gt-re-pull.sh is: -v0.12.0-SNAPSHOT +v0.12.0 ``` @@ -581,7 +581,7 @@ gt reset gt reset --gpg-only true INFO: Version of gt-reset.sh is: -v0.12.0-SNAPSHOT +v0.12.0 ``` @@ -641,7 +641,7 @@ gt update -r tegonal-scripts gt update -r tegonal-scripts -t v1.0.0 INFO: Version of gt-update.sh is: -v0.12.0-SNAPSHOT +v0.12.0 ``` @@ -817,7 +817,7 @@ gt self-update gt self-update --force INFO: Version of gt-self-update.sh is: -v0.12.0-SNAPSHOT +v0.12.0 ``` diff --git a/install.doc.sh.sig b/install.doc.sh.sig index b90f33a..de465cd 100644 Binary files a/install.doc.sh.sig and b/install.doc.sh.sig differ diff --git a/install.sh b/install.sh index d0d836b..3793964 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.11.0 +# Version: v0.12.0 # ####### Description ############# # diff --git a/install.sh.sig b/install.sh.sig index d2fd454..91f65d2 100644 Binary files a/install.sh.sig and b/install.sh.sig differ diff --git a/scripts/additional-prepare-files-next-dev-cycle-steps.sh b/scripts/additional-prepare-files-next-dev-cycle-steps.sh index 80688ad..2deaf4c 100755 --- a/scripts/additional-prepare-files-next-dev-cycle-steps.sh +++ b/scripts/additional-prepare-files-next-dev-cycle-steps.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Creative Commons Zero v1.0 Universal # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ################################### set -euo pipefail diff --git a/scripts/additional-release-files-preparations.sh b/scripts/additional-release-files-preparations.sh index 37c074f..3f2e8c2 100644 --- a/scripts/additional-release-files-preparations.sh +++ b/scripts/additional-release-files-preparations.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ################################### set -euo pipefail diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index 9b2a427..660326d 100755 --- a/scripts/before-pr.sh +++ b/scripts/before-pr.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ################################### set -euo pipefail diff --git a/scripts/cleanup-on-push-to-main.sh b/scripts/cleanup-on-push-to-main.sh index cf1fe63..211a531 100755 --- a/scripts/cleanup-on-push-to-main.sh +++ b/scripts/cleanup-on-push-to-main.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ################################### set -euo pipefail diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index 615e0d7..ca7fc0c 100755 --- a/scripts/prepare-next-dev-cycle.sh +++ b/scripts/prepare-next-dev-cycle.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ################################### set -euo pipefail diff --git a/scripts/release.sh b/scripts/release.sh index 709df69..5cde8c5 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ################################### set -euo pipefail diff --git a/scripts/run-shellcheck.sh b/scripts/run-shellcheck.sh index 82417ab..ea11ab2 100755 --- a/scripts/run-shellcheck.sh +++ b/scripts/run-shellcheck.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ################################### set -euo pipefail diff --git a/src/gitlab/.gitlab-ci.yml.sig b/src/gitlab/.gitlab-ci.yml.sig index 39dca05..9cdd8d8 100644 Binary files a/src/gitlab/.gitlab-ci.yml.sig and b/src/gitlab/.gitlab-ci.yml.sig differ diff --git a/src/gitlab/create-mr.sh b/src/gitlab/create-mr.sh index 8580eed..889f45f 100755 --- a/src/gitlab/create-mr.sh +++ b/src/gitlab/create-mr.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ################################### set -euo pipefail diff --git a/src/gitlab/create-mr.sh.sig b/src/gitlab/create-mr.sh.sig index dae7dab..d05a1ed 100644 Binary files a/src/gitlab/create-mr.sh.sig and b/src/gitlab/create-mr.sh.sig differ diff --git a/src/gitlab/install-gt.sh b/src/gitlab/install-gt.sh index d644cf1..0932e21 100755 --- a/src/gitlab/install-gt.sh +++ b/src/gitlab/install-gt.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ################################### set -euo pipefail diff --git a/src/gitlab/install-gt.sh.sig b/src/gitlab/install-gt.sh.sig index fc1b0a9..74fd7bb 100644 Binary files a/src/gitlab/install-gt.sh.sig and b/src/gitlab/install-gt.sh.sig differ diff --git a/src/gitlab/utils.sh b/src/gitlab/utils.sh index d073924..8e5fd5f 100644 --- a/src/gitlab/utils.sh +++ b/src/gitlab/utils.sh @@ -5,13 +5,13 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.12.0-SNAPSHOT' +export GT_VERSION='v0.12.0' function exitIfEnvVarNotSet() { local -rn exitIfEnvVarNotSet_arr=$1 diff --git a/src/gitlab/utils.sh.sig b/src/gitlab/utils.sh.sig index ede9483..6ea7ae4 100644 Binary files a/src/gitlab/utils.sh.sig and b/src/gitlab/utils.sh.sig differ diff --git a/src/gt-pull.sh b/src/gt-pull.sh index 6d45a67..786fadc 100755 --- a/src/gt-pull.sh +++ b/src/gt-pull.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ####### Description ############# # @@ -27,7 +27,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.12.0-SNAPSHOT' +export GT_VERSION='v0.12.0' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gt-pull.sh.sig b/src/gt-pull.sh.sig index 12a4d87..f0fe3f8 100644 Binary files a/src/gt-pull.sh.sig and b/src/gt-pull.sh.sig differ diff --git a/src/gt-re-pull.sh b/src/gt-re-pull.sh index abd5e58..c330201 100755 --- a/src/gt-re-pull.sh +++ b/src/gt-re-pull.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.12.0-SNAPSHOT' +export GT_VERSION='v0.12.0' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gt-re-pull.sh.sig b/src/gt-re-pull.sh.sig index 7f53ed4..d931240 100644 Binary files a/src/gt-re-pull.sh.sig and b/src/gt-re-pull.sh.sig differ diff --git a/src/gt-remote.sh b/src/gt-remote.sh index 24c12f3..1011960 100755 --- a/src/gt-remote.sh +++ b/src/gt-remote.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ####### Description ############# # @@ -28,7 +28,7 @@ set -eu -o pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.12.0-SNAPSHOT' +export GT_VERSION='v0.12.0' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gt-remote.sh.sig b/src/gt-remote.sh.sig index ec58328..679c647 100644 Binary files a/src/gt-remote.sh.sig and b/src/gt-remote.sh.sig differ diff --git a/src/gt-reset.sh b/src/gt-reset.sh index 91c6422..07185ea 100755 --- a/src/gt-reset.sh +++ b/src/gt-reset.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ####### Description ############# # @@ -34,7 +34,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.12.0-SNAPSHOT' +export GT_VERSION='v0.12.0' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gt-reset.sh.sig b/src/gt-reset.sh.sig index 7f476eb..edc5b00 100644 Binary files a/src/gt-reset.sh.sig and b/src/gt-reset.sh.sig differ diff --git a/src/gt-self-update.sh b/src/gt-self-update.sh index 4c541b3..efbee08 100755 --- a/src/gt-self-update.sh +++ b/src/gt-self-update.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ####### Description ############# # @@ -22,7 +22,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.12.0-SNAPSHOT' +export GT_VERSION='v0.12.0' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gt-self-update.sh.sig b/src/gt-self-update.sh.sig index 7002937..f0edcc0 100644 Binary files a/src/gt-self-update.sh.sig and b/src/gt-self-update.sh.sig differ diff --git a/src/gt-update.sh b/src/gt-update.sh index 129d4e3..7bdd360 100755 --- a/src/gt-update.sh +++ b/src/gt-update.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ####### Description ############# # @@ -28,7 +28,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.12.0-SNAPSHOT' +export GT_VERSION='v0.12.0' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/gt-update.sh.sig b/src/gt-update.sh.sig index 3d3a105..5edc42c 100644 Binary files a/src/gt-update.sh.sig and b/src/gt-update.sh.sig differ diff --git a/src/gt.sh b/src/gt.sh index 3b75be6..8a4d965 100755 --- a/src/gt.sh +++ b/src/gt.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ####### Description ############# # @@ -41,7 +41,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.12.0-SNAPSHOT' +export GT_VERSION='v0.12.0' if ! [[ -v dir_of_gt ]]; then declare intermediateSource=${BASH_SOURCE[0]:-$0} diff --git a/src/gt.sh.sig b/src/gt.sh.sig index 83eb1a5..adcffb2 100644 Binary files a/src/gt.sh.sig and b/src/gt.sh.sig differ diff --git a/src/paths.source.sh b/src/paths.source.sh index 4c2061a..3dbdf0d 100644 --- a/src/paths.source.sh +++ b/src/paths.source.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ####### Description ############# # diff --git a/src/paths.source.sh.sig b/src/paths.source.sh.sig index 9a60fff..fcdaa16 100644 Binary files a/src/paths.source.sh.sig and b/src/paths.source.sh.sig differ diff --git a/src/pulled-utils.sh b/src/pulled-utils.sh index 1d23f8e..55114ce 100644 --- a/src/pulled-utils.sh +++ b/src/pulled-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ####### Description ############# # @@ -16,7 +16,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.12.0-SNAPSHOT' +export GT_VERSION='v0.12.0' if ! [[ -v dir_of_gt ]]; then dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/src/pulled-utils.sh.sig b/src/pulled-utils.sh.sig index 546d38b..71c984c 100644 Binary files a/src/pulled-utils.sh.sig and b/src/pulled-utils.sh.sig differ diff --git a/src/shared-patterns.source.sh b/src/shared-patterns.source.sh index d4828b7..bb8854d 100644 --- a/src/shared-patterns.source.sh +++ b/src/shared-patterns.source.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ####### Description ############# # diff --git a/src/shared-patterns.source.sh.sig b/src/shared-patterns.source.sh.sig index 1028022..38aabef 100644 Binary files a/src/shared-patterns.source.sh.sig and b/src/shared-patterns.source.sh.sig differ diff --git a/src/utils.sh b/src/utils.sh index c298230..bbb62dd 100644 --- a/src/utils.sh +++ b/src/utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.12.0-SNAPSHOT +# Version: v0.12.0 # ####### Description ############# # diff --git a/src/utils.sh.sig b/src/utils.sh.sig index a65c8c9..77a71d1 100644 Binary files a/src/utils.sh.sig and b/src/utils.sh.sig differ