Skip to content

Commit

Permalink
! bump version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed May 16, 2021
1 parent d81e89d commit 9bf2174
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bin/a2l
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -eEuo pipefail

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

################################################################################
# util functions
Expand Down
2 changes: 1 addition & 1 deletion bin/ap
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -eEuo pipefail

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

################################################################################
# util functions
Expand Down
2 changes: 1 addition & 1 deletion bin/c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -eEuo pipefail

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

################################################################################
# util functions
Expand Down
2 changes: 1 addition & 1 deletion bin/cp-into-docker-run
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
set -eEuo pipefail

PROG="$(basename "$0")"
readonly PROG_VERSION='2.5.0-dev'
readonly PROG_VERSION='2.4.2'

################################################################################
# util functions
Expand Down
2 changes: 1 addition & 1 deletion bin/find-in-jars
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set -eEuo pipefail

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

################################################################################
# util functions
Expand Down
2 changes: 1 addition & 1 deletion bin/rp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -eEuo pipefail

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

################################################################################
# util functions
Expand Down
2 changes: 1 addition & 1 deletion bin/show-busy-java-threads
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# NOTE: DO NOT declare var PROG as readonly, because its value is supplied by subshell.
PROG="$(basename "$0")"
readonly PROG_VERSION='2.5.0-dev'
readonly PROG_VERSION='2.4.2'
# 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?
Expand Down
2 changes: 1 addition & 1 deletion bin/show-duplicate-java-classes
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ from zipfile import ZipFile, BadZipfile
################################################################################
# utils functions
################################################################################
PROG_VERSION = '2.5.0-dev'
PROG_VERSION = '2.4.2'

# How to delete line with echo?
# https://unix.stackexchange.com/questions/26576
Expand Down
2 changes: 1 addition & 1 deletion bin/tcp-connection-state-counter
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -eEuo pipefail

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

################################################################################
# util functions
Expand Down
2 changes: 1 addition & 1 deletion bin/uq
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set -eEuo pipefail

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

################################################################################
# util functions
Expand Down
2 changes: 1 addition & 1 deletion bin/xpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -eEuo pipefail

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

readonly nl=$'\n' # new line

Expand Down
2 changes: 1 addition & 1 deletion legacy-bin/cp-svn-url
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

usage() {
cat <<EOF
Expand Down

0 comments on commit 9bf2174

Please sign in to comment.