Skip to content

Commit 270deb1

Browse files
committed
next iteration
1 parent 26dea31 commit 270deb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build

Lines changed: 1 addition & 1 deletion
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="11"
28+
MINOR="12"
2929
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
3030

3131
# Extract the version number from the string.

0 commit comments

Comments
 (0)