Skip to content

Commit 754b2a3

Browse files
committed
1.11.X
1 parent fcf031d commit 754b2a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

script/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CLJS_SCRIPT_MVN_OPTS=${CLJS_SCRIPT_MVN_OPTS:-""}
2525
# find the v0.0 tag and will always return the total number of commits (even
2626
# if the tag is v0.0.1).
2727
MAJOR="1"
28-
MINOR="10"
28+
MINOR="11"
2929
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
3030

3131
# Extract the version number from the string.

script/revision

+1-1
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="9"
13+
MINOR="11"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rm -f resources/brepl_client.js
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="10"
22+
MINOR="11"
2323
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
2424

2525
# Extract the version number from the string.

0 commit comments

Comments
 (0)