Skip to content

Commit

Permalink
1.11.X
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Dec 24, 2021
1 parent fcf031d commit 754b2a3
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ CLJS_SCRIPT_MVN_OPTS=${CLJS_SCRIPT_MVN_OPTS:-""}
# find the v0.0 tag and will always return the total number of commits (even
# if the tag is v0.0.1).
MAJOR="1"
MINOR="10"
MINOR="11"
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`

# Extract the version number from the string.
2 changes: 1 addition & 1 deletion script/revision
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ set -ex
# find the v0.0 tag and will always return the total number of commits (even
# if the tag is v0.0.1).
MAJOR="1"
MINOR="9"
MINOR="11"
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`

# Extract the version number from the string. Do this in two steps so
2 changes: 1 addition & 1 deletion script/uberjar
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ rm -f resources/brepl_client.js
# find the v0.0 tag and will always return the total number of commits (even
# if the tag is v0.0.1).
MAJOR="1"
MINOR="10"
MINOR="11"
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`

# Extract the version number from the string.

0 comments on commit 754b2a3

Please sign in to comment.