diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 318b23a..94a4dba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -11,7 +11,7 @@ body: attributes: label: Affected Version description: What version of gt are you running? - placeholder: "v0.13.3" + placeholder: "v0.14.0" validations: required: true - type: textarea diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9169471..91917f1 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.13.3/.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.14.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 c907448..23df033 100644 --- a/.github/workflows/gt-update.yml +++ b/.github/workflows/gt-update.yml @@ -4,7 +4,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.13.3 +# Version: v0.14.0 # ################################### name: "gt update" @@ -40,8 +40,8 @@ jobs: echo "public key trusted" && \ mkdir ./gpg && \ gpg --homedir ./gpg --import ./signing-key.public.asc && \ - wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh" && \ - wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh.sig" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v0.14.0/install.sh" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v0.14.0/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ @@ -79,8 +79,8 @@ jobs: echo "public key trusted" && \ mkdir ./gpg && \ gpg --homedir ./gpg --import ./signing-key.public.asc && \ - wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh" && \ - wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh.sig" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v0.14.0/install.sh" && \ + wget "https://raw.githubusercontent.com/tegonal/gt/v0.14.0/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ diff --git a/.github/workflows/gt-update.yml.sig b/.github/workflows/gt-update.yml.sig index ad627e8..b18a85c 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 8cd5ebe..0a1f68d 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 European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -GT_LATEST_VERSION="v0.13.3" +GT_LATEST_VERSION="v0.14.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 f233d99..607ac18 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - -[![Download](https://img.shields.io/badge/Download-v0.13.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.13.3) + - + # gt @@ -41,7 +41,7 @@ templates etc. which you use in multiple projects but want to maintain at a sing ❗ 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.13.3](https://github.com/tegonal/gt/tree/v0.13.3/README.md). +For instance, the [README of v0.14.0](https://github.com/tegonal/gt/tree/v0.14.0/README.md). --- @@ -101,8 +101,8 @@ gpg --verify ./signing-key.public.asc.sig ./signing-key.public.asc && \ echo "public key trusted" && \ mkdir ./gpg && \ gpg --homedir ./gpg --import ./signing-key.public.asc && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh" && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh.sig" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.14.0/install.sh" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.14.0/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ @@ -165,7 +165,7 @@ Last but not least, see [additional installation steps](#additional-installation ## manually -1. [![Download](https://img.shields.io/badge/Download-v0.13.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.13.3) +1. [![Download](https://img.shields.io/badge/Download-v0.14.0-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.14.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.14.0-SNAPSHOT +v0.14.0 ``` @@ -260,7 +260,7 @@ list list all remotes --version prints the version of this script INFO: Version of gt-remote.sh is: -v0.14.0-SNAPSHOT +v0.14.0 ``` @@ -319,7 +319,7 @@ gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts --unsecur gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts -w .github/.gt INFO: Version of gt-remote.sh is: -v0.14.0-SNAPSHOT +v0.14.0 ``` @@ -348,7 +348,7 @@ gt remote remove -r tegonal-scripts gt remote remove -r tegonal-scripts -w .github/.gt INFO: Version of gt-remote.sh is: -v0.14.0-SNAPSHOT +v0.14.0 ``` @@ -405,7 +405,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.14.0-SNAPSHOT +v0.14.0 ``` @@ -506,7 +506,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.14.0-SNAPSHOT +v0.14.0 ``` @@ -565,7 +565,7 @@ gt reset gt reset --gpg-only true INFO: Version of gt-reset.sh is: -v0.14.0-SNAPSHOT +v0.14.0 ``` @@ -625,7 +625,7 @@ gt update -r tegonal-scripts gt update -r tegonal-scripts -t v1.0.0 INFO: Version of gt-update.sh is: -v0.14.0-SNAPSHOT +v0.14.0 ``` @@ -806,7 +806,7 @@ gt self-update gt self-update --force INFO: Version of gt-self-update.sh is: -v0.14.0-SNAPSHOT +v0.14.0 ``` diff --git a/install.doc.sh b/install.doc.sh index 72fa81e..789d2b0 100755 --- a/install.doc.sh +++ b/install.doc.sh @@ -6,8 +6,8 @@ gpg --verify ./signing-key.public.asc.sig ./signing-key.public.asc && \ echo "public key trusted" && \ mkdir ./gpg && \ gpg --homedir ./gpg --import ./signing-key.public.asc && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh" && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh.sig" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.14.0/install.sh" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.14.0/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ diff --git a/install.doc.sh.sig b/install.doc.sh.sig index 6b71384..bd29889 100644 Binary files a/install.doc.sh.sig and b/install.doc.sh.sig differ diff --git a/install.sh b/install.sh index eb35416..bc07157 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.13.3 +# Version: v0.14.0 # ####### Description ############# # @@ -21,8 +21,8 @@ # echo "public key trusted" && \ # mkdir ./gpg && \ # gpg --homedir ./gpg --import ./signing-key.public.asc && \ -# wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh" && \ -# wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh.sig" && \ +# wget "https://raw.githubusercontent.com/tegonal/gt/v0.14.0/install.sh" && \ +# wget "https://raw.githubusercontent.com/tegonal/gt/v0.14.0/install.sh.sig" && \ # gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ # chmod +x ./install.sh && \ # echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ diff --git a/install.sh.sig b/install.sh.sig index 5a196b6..fb93589 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 1d2597c..39bb55b 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 European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/scripts/additional-release-files-preparations.sh b/scripts/additional-release-files-preparations.sh index 5dfd83d..809e829 100644 --- a/scripts/additional-release-files-preparations.sh +++ b/scripts/additional-release-files-preparations.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index 7e4984c..5e8eda8 100755 --- a/scripts/before-pr.sh +++ b/scripts/before-pr.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/scripts/cleanup-on-push-to-main.sh b/scripts/cleanup-on-push-to-main.sh index 16b2f08..e1866ff 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 European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index 0043a0b..ed435ea 100755 --- a/scripts/prepare-next-dev-cycle.sh +++ b/scripts/prepare-next-dev-cycle.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/scripts/release.sh b/scripts/release.sh index 05cff8a..75bc3af 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/scripts/run-shellcheck.sh b/scripts/run-shellcheck.sh index c1646ba..dfe229e 100755 --- a/scripts/run-shellcheck.sh +++ b/scripts/run-shellcheck.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/src/gitlab/.gitlab-ci.yml.sig b/src/gitlab/.gitlab-ci.yml.sig index 2b27dde..f192cea 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 fec9721..6d3a2a4 100755 --- a/src/gitlab/create-mr.sh +++ b/src/gitlab/create-mr.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail diff --git a/src/gitlab/create-mr.sh.sig b/src/gitlab/create-mr.sh.sig index 4cdff32..3404b73 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 b7c1e44..57f1c35 100755 --- a/src/gitlab/install-gt.sh +++ b/src/gitlab/install-gt.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail @@ -39,8 +39,8 @@ gpg --verify ./signing-key.public.asc.sig ./signing-key.public.asc && \ echo "public key trusted" && \ mkdir ./gpg && \ gpg --homedir ./gpg --import ./signing-key.public.asc && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh" && \ -wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.3/install.sh.sig" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.14.0/install.sh" && \ +wget "https://raw.githubusercontent.com/tegonal/gt/v0.14.0/install.sh.sig" && \ gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \ chmod +x ./install.sh && \ echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \ diff --git a/src/gitlab/install-gt.sh.sig b/src/gitlab/install-gt.sh.sig index 35ac2b9..bc86157 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 d044e6f..9e28d91 100644 --- a/src/gitlab/utils.sh +++ b/src/gitlab/utils.sh @@ -5,13 +5,13 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.14.0-SNAPSHOT' +export GT_VERSION='v0.14.0' function exitIfEnvVarNotSet() { local -rn exitIfEnvVarNotSet_arr=$1 diff --git a/src/gitlab/utils.sh.sig b/src/gitlab/utils.sh.sig index df709b7..c1a932f 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 075a0a5..c26b9d3 100755 --- a/src/gt-pull.sh +++ b/src/gt-pull.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -27,7 +27,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.14.0-SNAPSHOT' +export GT_VERSION='v0.14.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 b7f0a3b..6e667de 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 e8fe8de..2baac5d 100755 --- a/src/gt-re-pull.sh +++ b/src/gt-re-pull.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.14.0-SNAPSHOT' +export GT_VERSION='v0.14.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 85aa2cc..54459e4 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 7c055e3..c08e200 100755 --- a/src/gt-remote.sh +++ b/src/gt-remote.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -28,7 +28,7 @@ set -eu -o pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.14.0-SNAPSHOT' +export GT_VERSION='v0.14.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 66f9698..3302b25 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 82de6d7..e39d2bb 100755 --- a/src/gt-reset.sh +++ b/src/gt-reset.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -34,7 +34,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.14.0-SNAPSHOT' +export GT_VERSION='v0.14.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 2c2c453..07a9412 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 a9ef9d8..4217210 100755 --- a/src/gt-self-update.sh +++ b/src/gt-self-update.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -22,7 +22,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.14.0-SNAPSHOT' +export GT_VERSION='v0.14.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 b23e7b4..c4e282f 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 d273e7f..e132a48 100755 --- a/src/gt-update.sh +++ b/src/gt-update.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -28,7 +28,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.14.0-SNAPSHOT' +export GT_VERSION='v0.14.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 a15876f..f9f4c67 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 38e4325..ff845df 100755 --- a/src/gt.sh +++ b/src/gt.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -41,7 +41,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.14.0-SNAPSHOT' +export GT_VERSION='v0.14.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 469ed22..0e12ad2 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 0e8ac14..16497c1 100644 --- a/src/paths.source.sh +++ b/src/paths.source.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/paths.source.sh.sig b/src/paths.source.sh.sig index 0037df1..a8e23cd 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 bc20fd3..72c1163 100644 --- a/src/pulled-utils.sh +++ b/src/pulled-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # @@ -16,7 +16,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export GT_VERSION='v0.14.0-SNAPSHOT' +export GT_VERSION='v0.14.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 11e02bf..b10ae9c 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 7be6852..394d2fa 100644 --- a/src/shared-patterns.source.sh +++ b/src/shared-patterns.source.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/shared-patterns.source.sh.sig b/src/shared-patterns.source.sh.sig index e356c34..3e9fd7b 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 73e58cb..66f5c86 100644 --- a/src/utils.sh +++ b/src/utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v0.14.0-SNAPSHOT +# Version: v0.14.0 # ####### Description ############# # diff --git a/src/utils.sh.sig b/src/utils.sh.sig index 5430311..775dbae 100644 Binary files a/src/utils.sh.sig and b/src/utils.sh.sig differ