We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26dea31 commit 270deb1Copy full SHA for 270deb1
script/build
@@ -25,7 +25,7 @@ CLJS_SCRIPT_MVN_OPTS=${CLJS_SCRIPT_MVN_OPTS:-""}
25
# find the v0.0 tag and will always return the total number of commits (even
26
# if the tag is v0.0.1).
27
MAJOR="1"
28
-MINOR="11"
+MINOR="12"
29
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
30
31
# Extract the version number from the string.
0 commit comments