File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2828 :uberjar {:extra-deps {com.github.seancorfield/depstar {:mvn/version " 2.0.193" }}
2929 :exec-fn hf.depstar/uberjar
3030 :exec-args {:aot true }}}}
31+
Original file line number Diff line number Diff 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).
2727MAJOR=" 1"
28- MINOR=" 10 "
28+ MINOR=" 11 "
2929REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
3030
3131# Extract the version number from the string.
Original file line number Diff line number Diff 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).
1212MAJOR=" 1"
13- MINOR=" 9 "
13+ MINOR=" 11 "
1414REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
1515
1616# Extract the version number from the string. Do this in two steps so
Original file line number Diff line number Diff 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).
2121MAJOR=" 1"
22- MINOR=" 10 "
22+ MINOR=" 11 "
2323REVISION=` git --no-replace-objects describe --match v$MAJOR .$MINOR `
2424
2525# Extract the version number from the string.
You can’t perform that action at this time.
0 commit comments