Skip to content

Commit 6544a51

Browse files
committed
1.9
1 parent 93134bc commit 6544a51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

script/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ POM_FILE="pom.xml"
1919
# find the v0.0 tag and will always return the total number of commits (even
2020
# if the tag is v0.0.1).
2121
MAJOR="1"
22-
MINOR="8"
22+
MINOR="9"
2323
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
2424

2525
# Extract the version number from the string. Do this in two steps so

script/revision

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -ex
1010
# find the v0.0 tag and will always return the total number of commits (even
1111
# if the tag is v0.0.1).
1212
MAJOR="1"
13-
MINOR="8"
13+
MINOR="9"
1414
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
1515

1616
# Extract the version number from the string. Do this in two steps so

script/uberjar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -ex
1313
# find the v0.0 tag and will always return the total number of commits (even
1414
# if the tag is v0.0.1).
1515
MAJOR="1"
16-
MINOR="8"
16+
MINOR="9"
1717
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
1818

1919
# Extract the version number from the string. Do this in two steps so

0 commit comments

Comments
 (0)