Skip to content

Commit 76fa212

Browse files
committed
! bump version to 2.4.4
1 parent 39b46a1 commit 76fa212

12 files changed

+12
-12
lines changed

bin/a2l

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -eEuo pipefail
1313
# NOTE: DO NOT declare var PROG as readonly in ONE line!
1414
PROG="$(basename "$0")"
1515
readonly PROG
16-
readonly PROG_VERSION='2.5.0-dev'
16+
readonly PROG_VERSION='2.4.4'
1717

1818
################################################################################
1919
# util functions

bin/ap

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -eEuo pipefail
1515
# NOTE: DO NOT declare var PROG as readonly in ONE line!
1616
PROG="$(basename "$0")"
1717
readonly PROG
18-
readonly PROG_VERSION='2.5.0-dev'
18+
readonly PROG_VERSION='2.4.4'
1919

2020
################################################################################
2121
# util functions

bin/c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set -eEuo pipefail
2929
# NOTE: DO NOT declare var PROG as readonly in ONE line!
3030
PROG="$(basename "$0")"
3131
readonly PROG
32-
readonly PROG_VERSION='2.5.0-dev'
32+
readonly PROG_VERSION='2.4.4'
3333

3434
################################################################################
3535
# util functions

bin/cp-into-docker-run

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -eEuo pipefail
1111

1212
PROG="$(basename "$0")"
1313
readonly PROG
14-
readonly PROG_VERSION='2.5.0-dev'
14+
readonly PROG_VERSION='2.4.4'
1515

1616
################################################################################
1717
# util functions

bin/find-in-jars

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set -eEuo pipefail
3434
# NOTE: DO NOT declare var PROG as readonly in ONE line!
3535
PROG="$(basename "$0")"
3636
readonly PROG
37-
readonly PROG_VERSION='2.5.0-dev'
37+
readonly PROG_VERSION='2.4.4'
3838

3939
################################################################################
4040
# util functions

bin/rp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -eEuo pipefail
1515
# NOTE: DO NOT declare var PROG as readonly in ONE line!
1616
PROG="$(basename "$0")"
1717
readonly PROG
18-
readonly PROG_VERSION='2.5.0-dev'
18+
readonly PROG_VERSION='2.4.4'
1919

2020
################################################################################
2121
# util functions

bin/show-busy-java-threads

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# NOTE: DO NOT declare var PROG as readonly in ONE line!
2929
PROG="$(basename "$0")"
3030
readonly PROG
31-
readonly PROG_VERSION='2.5.0-dev'
31+
readonly PROG_VERSION='2.4.4'
3232
# choosing between $0 and BASH_SOURCE
3333
# https://stackoverflow.com/a/35006505/922688
3434
# How can I get the source directory of a Bash script from within the script itself?

bin/show-duplicate-java-classes

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ from zipfile import ZipFile, BadZipfile
3030
################################################################################
3131
# utils functions
3232
################################################################################
33-
PROG_VERSION = '2.5.0-dev'
33+
PROG_VERSION = '2.4.4'
3434

3535
# How to delete line with echo?
3636
# https://unix.stackexchange.com/questions/26576

bin/tcp-connection-state-counter

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -eEuo pipefail
1313
# NOTE: DO NOT declare var PROG as readonly in ONE line!
1414
PROG="$(basename "$0")"
1515
readonly PROG
16-
readonly PROG_VERSION='2.5.0-dev'
16+
readonly PROG_VERSION='2.4.4'
1717

1818
################################################################################
1919
# util functions

bin/uq

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ set -eEuo pipefail
3131
# NOTE: DO NOT declare var PROG as readonly in ONE line!
3232
PROG="$(basename "$0")"
3333
readonly PROG
34-
readonly PROG_VERSION='2.5.0-dev'
34+
readonly PROG_VERSION='2.4.4'
3535

3636
################################################################################
3737
# util functions

bin/xpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set -eEuo pipefail
2828
# NOTE: DO NOT declare var PROG as readonly in ONE line!
2929
PROG="$(basename "$0")"
3030
readonly PROG
31-
readonly PROG_VERSION='2.5.0-dev'
31+
readonly PROG_VERSION='2.4.4'
3232

3333
readonly nl=$'\n' # new line
3434

legacy-bin/cp-svn-url

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# NOTE: DO NOT declare var PROG as readonly in ONE line!
2929
PROG="$(basename "$0")"
30-
readonly PROG_VERSION='2.5.0-dev'
30+
readonly PROG_VERSION='2.4.4'
3131

3232
usage() {
3333
cat <<EOF

0 commit comments

Comments
 (0)