From aa1187ee73c08dd945235d6ca57e7c62eee76170 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Fri, 18 Aug 2023 22:49:44 +0200 Subject: [PATCH] prepare next dev cycle for v1.3.0 --- .gt/remotes/tegonal-gh-commons/pull-hook.sh | 2 +- README.md | 12 ++++++------ .../additional-prepare-files-next-dev-cycle-steps.sh | 2 +- scripts/additional-release-files-preparations.sh | 2 +- scripts/before-pr.sh | 2 +- scripts/check-in-bug-template.sh | 2 +- scripts/cleanup-on-push-to-main.sh | 2 +- scripts/prepare-next-dev-cycle.sh | 2 +- scripts/release.sh | 2 +- scripts/run-shellcheck.sh | 2 +- src/ci/install-shellcheck.sh | 2 +- src/ci/install-shellspec.sh | 2 +- src/ci/jelastic/deploy.sh | 4 ++-- src/ci/jelastic/utils.sh | 4 ++-- src/qa/run-shellcheck.sh | 2 +- src/releasing/prepare-files-next-dev-cycle.sh | 4 ++-- src/releasing/release-files.sh | 4 ++-- src/releasing/sneak-peek-banner.sh | 4 ++-- src/releasing/toggle-sections.sh | 4 ++-- src/releasing/update-version-README.sh | 4 ++-- src/releasing/update-version-issue-templates.sh | 4 ++-- src/releasing/update-version-scripts.sh | 4 ++-- src/setup.sh | 2 +- src/utility/array-utils.sh | 2 +- src/utility/ask.sh | 2 +- src/utility/checks.sh | 2 +- src/utility/git-utils.sh | 2 +- src/utility/gpg-utils.sh | 2 +- src/utility/http.sh | 4 ++-- src/utility/io.sh | 2 +- src/utility/log.sh | 2 +- src/utility/parse-args.sh | 2 +- src/utility/parse-commands.sh | 2 +- src/utility/parse-fn-args.sh | 2 +- src/utility/parse-utils.sh | 2 +- src/utility/recursive-declare-p.sh | 2 +- src/utility/replace-help-snippet.sh | 2 +- src/utility/replace-snippet.sh | 2 +- src/utility/source-once.sh | 2 +- src/utility/update-bash-docu.sh | 2 +- 40 files changed, 55 insertions(+), 55 deletions(-) diff --git a/.gt/remotes/tegonal-gh-commons/pull-hook.sh b/.gt/remotes/tegonal-gh-commons/pull-hook.sh index b1a645de..450cc837 100755 --- a/.gt/remotes/tegonal-gh-commons/pull-hook.sh +++ b/.gt/remotes/tegonal-gh-commons/pull-hook.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ################################### set -euo pipefail diff --git a/README.md b/README.md index 2d731c9d..f9bc110d 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - + - + # Scripts of Tegonal @@ -20,13 +20,13 @@ There are scripts which we use over and over again in different projects. As they might be usable for you as well, we are publishing them here. Feel free to use it and report bugs if you should find one. - +--- **Table of Content** diff --git a/scripts/additional-prepare-files-next-dev-cycle-steps.sh b/scripts/additional-prepare-files-next-dev-cycle-steps.sh index 8c1c36bc..2376c13c 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: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ################################### set -euo pipefail diff --git a/scripts/additional-release-files-preparations.sh b/scripts/additional-release-files-preparations.sh index e2d1ae29..4aba48cb 100755 --- 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: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ################################### set -euo pipefail diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index 00cb5aee..89f514ae 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: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ################################### set -euo pipefail diff --git a/scripts/check-in-bug-template.sh b/scripts/check-in-bug-template.sh index 23775ef3..5414c58c 100755 --- a/scripts/check-in-bug-template.sh +++ b/scripts/check-in-bug-template.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ################################### set -euo pipefail diff --git a/scripts/cleanup-on-push-to-main.sh b/scripts/cleanup-on-push-to-main.sh index cd8d15e9..505da22c 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: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ################################### set -euo pipefail diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index df262773..8da06cc5 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: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ################################### set -euo pipefail diff --git a/scripts/release.sh b/scripts/release.sh index a5b7d1b1..cafe3d5d 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: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ################################### set -euo pipefail diff --git a/scripts/run-shellcheck.sh b/scripts/run-shellcheck.sh index 98a6e253..d1080e11 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: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ################################### set -euo pipefail diff --git a/src/ci/install-shellcheck.sh b/src/ci/install-shellcheck.sh index f040ea14..370860a1 100755 --- a/src/ci/install-shellcheck.sh +++ b/src/ci/install-shellcheck.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/ci/install-shellspec.sh b/src/ci/install-shellspec.sh index c366d11b..42c3be37 100755 --- a/src/ci/install-shellspec.sh +++ b/src/ci/install-shellspec.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/ci/jelastic/deploy.sh b/src/ci/jelastic/deploy.sh index 4248ea36..a46923a5 100755 --- a/src/ci/jelastic/deploy.sh +++ b/src/ci/jelastic/deploy.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # @@ -39,7 +39,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v1.2.0' +export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../.." diff --git a/src/ci/jelastic/utils.sh b/src/ci/jelastic/utils.sh index 8d006d20..57754500 100755 --- a/src/ci/jelastic/utils.sh +++ b/src/ci/jelastic/utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # @@ -39,7 +39,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v1.2.0' +export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../.." diff --git a/src/qa/run-shellcheck.sh b/src/qa/run-shellcheck.sh index f0d9f364..368d08e2 100755 --- a/src/qa/run-shellcheck.sh +++ b/src/qa/run-shellcheck.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/releasing/prepare-files-next-dev-cycle.sh b/src/releasing/prepare-files-next-dev-cycle.sh index 23a8b6cf..42adaed7 100755 --- a/src/releasing/prepare-files-next-dev-cycle.sh +++ b/src/releasing/prepare-files-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: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # @@ -50,7 +50,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v1.2.0' +export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/release-files.sh b/src/releasing/release-files.sh index e0edcef5..c57a23a7 100755 --- a/src/releasing/release-files.sh +++ b/src/releasing/release-files.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # @@ -60,7 +60,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v1.2.0' +export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/sneak-peek-banner.sh b/src/releasing/sneak-peek-banner.sh index 10a809d5..7150e6b5 100755 --- a/src/releasing/sneak-peek-banner.sh +++ b/src/releasing/sneak-peek-banner.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v1.2.0' +export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/toggle-sections.sh b/src/releasing/toggle-sections.sh index 39f612fd..715b2b1c 100755 --- a/src/releasing/toggle-sections.sh +++ b/src/releasing/toggle-sections.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # @@ -36,7 +36,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v1.2.0' +export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-README.sh b/src/releasing/update-version-README.sh index f613b934..a5096eb1 100755 --- a/src/releasing/update-version-README.sh +++ b/src/releasing/update-version-README.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v1.2.0' +export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-issue-templates.sh b/src/releasing/update-version-issue-templates.sh index b2b60e5a..d1477513 100755 --- a/src/releasing/update-version-issue-templates.sh +++ b/src/releasing/update-version-issue-templates.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v1.2.0' +export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-scripts.sh b/src/releasing/update-version-scripts.sh index 52c6ca35..e80d63ba 100755 --- a/src/releasing/update-version-scripts.sh +++ b/src/releasing/update-version-scripts.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v1.2.0' +export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/setup.sh b/src/setup.sh index 3250bfa1..9dc0bf2d 100644 --- a/src/setup.sh +++ b/src/setup.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/array-utils.sh b/src/utility/array-utils.sh index bec81116..b4f9231e 100644 --- a/src/utility/array-utils.sh +++ b/src/utility/array-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/ask.sh b/src/utility/ask.sh index b231609f..f411ffe3 100644 --- a/src/utility/ask.sh +++ b/src/utility/ask.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/checks.sh b/src/utility/checks.sh index 2e4cc929..d86aae38 100644 --- a/src/utility/checks.sh +++ b/src/utility/checks.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/git-utils.sh b/src/utility/git-utils.sh index 0155b4fb..4497c956 100644 --- a/src/utility/git-utils.sh +++ b/src/utility/git-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please remotert bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/gpg-utils.sh b/src/utility/gpg-utils.sh index 4de0a40c..64e97686 100644 --- a/src/utility/gpg-utils.sh +++ b/src/utility/gpg-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/http.sh b/src/utility/http.sh index 6905e961..69e5b091 100644 --- a/src/utility/http.sh +++ b/src/utility/http.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # @@ -29,7 +29,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v1.2.0' +export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/utility/io.sh b/src/utility/io.sh index e13060d9..49da03ec 100644 --- a/src/utility/io.sh +++ b/src/utility/io.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/log.sh b/src/utility/log.sh index bcf1c59c..16bbe0ee 100644 --- a/src/utility/log.sh +++ b/src/utility/log.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/parse-args.sh b/src/utility/parse-args.sh index b963c0d8..18a874e2 100644 --- a/src/utility/parse-args.sh +++ b/src/utility/parse-args.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/parse-commands.sh b/src/utility/parse-commands.sh index be5dec7b..b4b639b4 100644 --- a/src/utility/parse-commands.sh +++ b/src/utility/parse-commands.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/parse-fn-args.sh b/src/utility/parse-fn-args.sh index 5ff746f0..675f18d4 100644 --- a/src/utility/parse-fn-args.sh +++ b/src/utility/parse-fn-args.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/parse-utils.sh b/src/utility/parse-utils.sh index 085c7139..e0b7bb3b 100644 --- a/src/utility/parse-utils.sh +++ b/src/utility/parse-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/recursive-declare-p.sh b/src/utility/recursive-declare-p.sh index 73618263..5415cf7a 100644 --- a/src/utility/recursive-declare-p.sh +++ b/src/utility/recursive-declare-p.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/replace-help-snippet.sh b/src/utility/replace-help-snippet.sh index f492304b..d4495c59 100644 --- a/src/utility/replace-help-snippet.sh +++ b/src/utility/replace-help-snippet.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/replace-snippet.sh b/src/utility/replace-snippet.sh index 4665bd55..3b16f1a0 100644 --- a/src/utility/replace-snippet.sh +++ b/src/utility/replace-snippet.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/source-once.sh b/src/utility/source-once.sh index df328a12..dc03590f 100644 --- a/src/utility/source-once.sh +++ b/src/utility/source-once.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/update-bash-docu.sh b/src/utility/update-bash-docu.sh index 3eb760b5..d4db3622 100644 --- a/src/utility/update-bash-docu.sh +++ b/src/utility/update-bash-docu.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements # /___/ -# Version: v1.2.0 +# Version: v1.3.0-SNAPSHOT # # ####### Description #############