Skip to content

Commit 9bf2174

Browse files
committed
! bump version to 2.4.2
1 parent d81e89d commit 9bf2174

12 files changed

+12
-12
lines changed

bin/a2l

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -eEuo pipefail
1212

1313
# NOTE: DO NOT declare var PROG as readonly, because its value is supplied by subshell.
1414
PROG="$(basename "$0")"
15-
readonly PROG_VERSION='2.5.0-dev'
15+
readonly PROG_VERSION='2.4.2'
1616

1717
################################################################################
1818
# util functions

bin/ap

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -eEuo pipefail
1414

1515
# NOTE: DO NOT declare var PROG as readonly, because its value is supplied by subshell.
1616
PROG="$(basename "$0")"
17-
readonly PROG_VERSION='2.5.0-dev'
17+
readonly PROG_VERSION='2.4.2'
1818

1919
################################################################################
2020
# util functions

bin/c

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set -eEuo pipefail
2222

2323
# NOTE: DO NOT declare var PROG as readonly, because its value is supplied by subshell.
2424
PROG="$(basename "$0")"
25-
readonly PROG_VERSION='2.5.0-dev'
25+
readonly PROG_VERSION='2.4.2'
2626

2727
################################################################################
2828
# util functions

bin/cp-into-docker-run

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

1212
PROG="$(basename "$0")"
13-
readonly PROG_VERSION='2.5.0-dev'
13+
readonly PROG_VERSION='2.4.2'
1414

1515
################################################################################
1616
# util functions

bin/find-in-jars

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

2828
# NOTE: DO NOT declare var PROG as readonly, because its value is supplied by subshell.
2929
PROG="$(basename "$0")"
30-
readonly PROG_VERSION='2.5.0-dev'
30+
readonly PROG_VERSION='2.4.2'
3131

3232
################################################################################
3333
# util functions

bin/rp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -eEuo pipefail
1414

1515
# NOTE: DO NOT declare var PROG as readonly, because its value is supplied by subshell.
1616
PROG="$(basename "$0")"
17-
readonly PROG_VERSION='2.5.0-dev'
17+
readonly PROG_VERSION='2.4.2'
1818

1919
################################################################################
2020
# util functions

bin/show-busy-java-threads

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# NOTE: DO NOT declare var PROG as readonly, because its value is supplied by subshell.
2323
PROG="$(basename "$0")"
24-
readonly PROG_VERSION='2.5.0-dev'
24+
readonly PROG_VERSION='2.4.2'
2525
# choosing between $0 and BASH_SOURCE
2626
# https://stackoverflow.com/a/35006505/922688
2727
# 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.2'
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
@@ -12,7 +12,7 @@ set -eEuo pipefail
1212

1313
# NOTE: DO NOT declare var PROG as readonly, because its value is supplied by subshell.
1414
PROG="$(basename "$0")"
15-
readonly PROG_VERSION='2.5.0-dev'
15+
readonly PROG_VERSION='2.4.2'
1616

1717
################################################################################
1818
# util functions

bin/uq

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set -eEuo pipefail
2424

2525
# NOTE: DO NOT declare var PROG as readonly, because its value is supplied by subshell.
2626
PROG="$(basename "$0")"
27-
readonly PROG_VERSION='2.5.0-dev'
27+
readonly PROG_VERSION='2.4.2'
2828

2929
################################################################################
3030
# util functions

bin/xpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set -eEuo pipefail
2121

2222
# NOTE: DO NOT declare var PROG as readonly, because its value is supplied by subshell.
2323
PROG="$(basename "$0")"
24-
readonly PROG_VERSION='2.5.0-dev'
24+
readonly PROG_VERSION='2.4.2'
2525

2626
readonly nl=$'\n' # new line
2727

legacy-bin/cp-svn-url

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# NOTE: DO NOT declare var PROG as readonly, because its value is supplied by subshell.
2323
PROG="$(basename "$0")"
24-
readonly PROG_VERSION='2.5.0-dev'
24+
readonly PROG_VERSION='2.4.2'
2525

2626
usage() {
2727
cat <<EOF

0 commit comments

Comments
 (0)