Skip to content

Commit bc39537

Browse files
committed
! bump version to v3.0.0-Alpha
1 parent 41064df commit bc39537

13 files changed

+13
-13
lines changed

bin/a2l

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

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

1616
################################################################################
1717
# parse options

bin/ap

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

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

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

bin/c

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

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

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

bin/coat

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

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

1717
################################################################################
1818
# parse options

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
readonly PROG=${0##*/}
13-
readonly PROG_VERSION='3.x-dev'
13+
readonly PROG_VERSION='v3.0.0-Alpha'
1414

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

bin/find-in-jars

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set -eEuo pipefail
1717

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

2121
################################################################################
2222
# util functions

bin/rp

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

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

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

bin/show-busy-java-threads

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# @author superhj1987 (superhj1987 at 126 dot com)
1111

1212
readonly PROG=${0##*/}
13-
readonly PROG_VERSION='3.x-dev'
13+
readonly PROG_VERSION='v3.0.0-Alpha'
1414
# choosing between $0 and BASH_SOURCE
1515
# https://stackoverflow.com/a/35006505/922688
1616
# 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 BadZipfile, ZipFile
3030
################################################################################
3131
# utils functions
3232
################################################################################
33-
PROG_VERSION = '3.x-dev'
33+
PROG_VERSION = 'v3.0.0-Alpha'
3434

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

bin/taoc

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

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

1717
################################################################################
1818
# parse options

bin/tcp-connection-state-counter

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

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

1616
################################################################################
1717
# parse options

bin/uq

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

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

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

bin/xpl

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

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

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

0 commit comments

Comments
 (0)