From 76fa2123471c4c7c8e6516af9a9d6c7bc6426662 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Sat, 24 Dec 2022 22:18:31 +0800 Subject: [PATCH] ! bump version to 2.4.4 --- bin/a2l | 2 +- bin/ap | 2 +- bin/c | 2 +- bin/cp-into-docker-run | 2 +- bin/find-in-jars | 2 +- bin/rp | 2 +- bin/show-busy-java-threads | 2 +- bin/show-duplicate-java-classes | 2 +- bin/tcp-connection-state-counter | 2 +- bin/uq | 2 +- bin/xpl | 2 +- legacy-bin/cp-svn-url | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bin/a2l b/bin/a2l index f940fa51..d372bd5e 100755 --- a/bin/a2l +++ b/bin/a2l @@ -13,7 +13,7 @@ set -eEuo pipefail # NOTE: DO NOT declare var PROG as readonly in ONE line! PROG="$(basename "$0")" readonly PROG -readonly PROG_VERSION='2.5.0-dev' +readonly PROG_VERSION='2.4.4' ################################################################################ # util functions diff --git a/bin/ap b/bin/ap index 901d8055..d91a6719 100755 --- a/bin/ap +++ b/bin/ap @@ -15,7 +15,7 @@ set -eEuo pipefail # NOTE: DO NOT declare var PROG as readonly in ONE line! PROG="$(basename "$0")" readonly PROG -readonly PROG_VERSION='2.5.0-dev' +readonly PROG_VERSION='2.4.4' ################################################################################ # util functions diff --git a/bin/c b/bin/c index 442ac2bb..a88e076d 100755 --- a/bin/c +++ b/bin/c @@ -29,7 +29,7 @@ set -eEuo pipefail # NOTE: DO NOT declare var PROG as readonly in ONE line! PROG="$(basename "$0")" readonly PROG -readonly PROG_VERSION='2.5.0-dev' +readonly PROG_VERSION='2.4.4' ################################################################################ # util functions diff --git a/bin/cp-into-docker-run b/bin/cp-into-docker-run index 66648c0b..ba4dcd67 100755 --- a/bin/cp-into-docker-run +++ b/bin/cp-into-docker-run @@ -11,7 +11,7 @@ set -eEuo pipefail PROG="$(basename "$0")" readonly PROG -readonly PROG_VERSION='2.5.0-dev' +readonly PROG_VERSION='2.4.4' ################################################################################ # util functions diff --git a/bin/find-in-jars b/bin/find-in-jars index efcd9e24..8f9a2771 100755 --- a/bin/find-in-jars +++ b/bin/find-in-jars @@ -34,7 +34,7 @@ set -eEuo pipefail # NOTE: DO NOT declare var PROG as readonly in ONE line! PROG="$(basename "$0")" readonly PROG -readonly PROG_VERSION='2.5.0-dev' +readonly PROG_VERSION='2.4.4' ################################################################################ # util functions diff --git a/bin/rp b/bin/rp index 01ad6c47..aa2dc489 100755 --- a/bin/rp +++ b/bin/rp @@ -15,7 +15,7 @@ set -eEuo pipefail # NOTE: DO NOT declare var PROG as readonly in ONE line! PROG="$(basename "$0")" readonly PROG -readonly PROG_VERSION='2.5.0-dev' +readonly PROG_VERSION='2.4.4' ################################################################################ # util functions diff --git a/bin/show-busy-java-threads b/bin/show-busy-java-threads index 4abd1778..f533a33e 100755 --- a/bin/show-busy-java-threads +++ b/bin/show-busy-java-threads @@ -28,7 +28,7 @@ # NOTE: DO NOT declare var PROG as readonly in ONE line! PROG="$(basename "$0")" readonly PROG -readonly PROG_VERSION='2.5.0-dev' +readonly PROG_VERSION='2.4.4' # choosing between $0 and BASH_SOURCE # https://stackoverflow.com/a/35006505/922688 # How can I get the source directory of a Bash script from within the script itself? diff --git a/bin/show-duplicate-java-classes b/bin/show-duplicate-java-classes index 08689ab1..cb854191 100755 --- a/bin/show-duplicate-java-classes +++ b/bin/show-duplicate-java-classes @@ -30,7 +30,7 @@ from zipfile import ZipFile, BadZipfile ################################################################################ # utils functions ################################################################################ -PROG_VERSION = '2.5.0-dev' +PROG_VERSION = '2.4.4' # How to delete line with echo? # https://unix.stackexchange.com/questions/26576 diff --git a/bin/tcp-connection-state-counter b/bin/tcp-connection-state-counter index 6629e8fb..86f3de75 100755 --- a/bin/tcp-connection-state-counter +++ b/bin/tcp-connection-state-counter @@ -13,7 +13,7 @@ set -eEuo pipefail # NOTE: DO NOT declare var PROG as readonly in ONE line! PROG="$(basename "$0")" readonly PROG -readonly PROG_VERSION='2.5.0-dev' +readonly PROG_VERSION='2.4.4' ################################################################################ # util functions diff --git a/bin/uq b/bin/uq index f7b2ebee..9a616717 100755 --- a/bin/uq +++ b/bin/uq @@ -31,7 +31,7 @@ set -eEuo pipefail # NOTE: DO NOT declare var PROG as readonly in ONE line! PROG="$(basename "$0")" readonly PROG -readonly PROG_VERSION='2.5.0-dev' +readonly PROG_VERSION='2.4.4' ################################################################################ # util functions diff --git a/bin/xpl b/bin/xpl index b197836e..000f8787 100755 --- a/bin/xpl +++ b/bin/xpl @@ -28,7 +28,7 @@ set -eEuo pipefail # NOTE: DO NOT declare var PROG as readonly in ONE line! PROG="$(basename "$0")" readonly PROG -readonly PROG_VERSION='2.5.0-dev' +readonly PROG_VERSION='2.4.4' readonly nl=$'\n' # new line diff --git a/legacy-bin/cp-svn-url b/legacy-bin/cp-svn-url index eb02988a..8d7849ae 100755 --- a/legacy-bin/cp-svn-url +++ b/legacy-bin/cp-svn-url @@ -27,7 +27,7 @@ # NOTE: DO NOT declare var PROG as readonly in ONE line! PROG="$(basename "$0")" -readonly PROG_VERSION='2.5.0-dev' +readonly PROG_VERSION='2.4.4' usage() { cat <