Skip to content

Commit 4b34e39

Browse files
committed
! bump scripts version to 2.3.1
1 parent fd6bfed commit 4b34e39

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

bin/a2l

Lines changed: 1 addition & 1 deletion
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.4.0-dev'
15+
readonly PROG_VERSION='2.3.1'
1616

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

bin/ap

Lines changed: 1 addition & 1 deletion
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.4.0-dev'
17+
readonly PROG_VERSION='2.3.1'
1818

1919
READLINK_CMD=readlink
2020
if command -v greadlink >/dev/null; then

bin/c

Lines changed: 1 addition & 1 deletion
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.4.0-dev'
25+
readonly PROG_VERSION='2.3.1'
2626

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

bin/find-in-jars

Lines changed: 1 addition & 1 deletion
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.4.0-dev'
30+
readonly PROG_VERSION='2.3.1'
3131

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

bin/rp

Lines changed: 1 addition & 1 deletion
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.4.0-dev'
17+
readonly PROG_VERSION='2.3.1'
1818

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

bin/show-busy-java-threads

Lines changed: 1 addition & 1 deletion
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.4.0-dev'
24+
readonly PROG_VERSION='2.3.1'
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

Lines changed: 1 addition & 1 deletion
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.4.0-dev'
33+
PROG_VERSION = '2.3.1'
3434

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

bin/tcp-connection-state-counter

Lines changed: 1 addition & 1 deletion
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.4.0-dev'
15+
readonly PROG_VERSION='2.3.1'
1616

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

bin/uq

Lines changed: 1 addition & 1 deletion
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.4.0-dev'
27+
readonly PROG_VERSION='2.3.1'
2828

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

bin/xpl

Lines changed: 1 addition & 1 deletion
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.4.0-dev'
24+
readonly PROG_VERSION='2.3.1'
2525

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

0 commit comments

Comments
 (0)