Skip to content

Commit

Permalink
! bump version to v3.0.0-Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Apr 15, 2024
1 parent 41064df commit bc39537
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bin/a2l
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
set -eEuo pipefail

readonly PROG=${0##*/}
readonly PROG_VERSION='3.x-dev'
readonly PROG_VERSION='v3.0.0-Alpha'

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

readonly PROG=${0##*/}
readonly PROG_VERSION='3.x-dev'
readonly PROG_VERSION='v3.0.0-Alpha'

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

readonly PROG=${0##*/}
readonly PROG_VERSION='3.x-dev'
readonly PROG_VERSION='v3.0.0-Alpha'

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

readonly PROG=${0##*/}
readonly PROG_VERSION='3.x-dev'
readonly PROG_VERSION='v3.0.0-Alpha'

################################################################################
# parse options
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

readonly PROG=${0##*/}
readonly PROG_VERSION='3.x-dev'
readonly PROG_VERSION='v3.0.0-Alpha'

################################################################################
# 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 @@ -16,7 +16,7 @@
set -eEuo pipefail

readonly PROG=${0##*/}
readonly PROG_VERSION='3.x-dev'
readonly PROG_VERSION='v3.0.0-Alpha'

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

readonly PROG=${0##*/}
readonly PROG_VERSION='3.x-dev'
readonly PROG_VERSION='v3.0.0-Alpha'

################################################################################
# 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 @@ -10,7 +10,7 @@
# @author superhj1987 (superhj1987 at 126 dot com)

readonly PROG=${0##*/}
readonly PROG_VERSION='3.x-dev'
readonly PROG_VERSION='v3.0.0-Alpha'
# 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 BadZipfile, ZipFile
################################################################################
# utils functions
################################################################################
PROG_VERSION = '3.x-dev'
PROG_VERSION = 'v3.0.0-Alpha'

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

readonly PROG=${0##*/}
readonly PROG_VERSION='3.x-dev'
readonly PROG_VERSION='v3.0.0-Alpha'

################################################################################
# parse options
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 @@ -11,7 +11,7 @@
set -eEuo pipefail

readonly PROG=${0##*/}
readonly PROG_VERSION='3.x-dev'
readonly PROG_VERSION='v3.0.0-Alpha'

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

readonly PROG=${0##*/}
readonly PROG_VERSION='3.x-dev'
readonly PROG_VERSION='v3.0.0-Alpha'

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

readonly PROG=${0##*/}
readonly PROG_VERSION='3.x-dev'
readonly PROG_VERSION='v3.0.0-Alpha'

################################################################################
# util functions
Expand Down

0 comments on commit bc39537

Please sign in to comment.