diff --git a/deps.edn b/deps.edn index 82f1a4324..47a4ea8b9 100644 --- a/deps.edn +++ b/deps.edn @@ -28,3 +28,4 @@ :uberjar {:extra-deps {com.github.seancorfield/depstar {:mvn/version "2.0.193"}} :exec-fn hf.depstar/uberjar :exec-args {:aot true}}}} + diff --git a/script/build b/script/build index eee801c50..20bb36d06 100755 --- a/script/build +++ b/script/build @@ -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. diff --git a/script/revision b/script/revision index 4b5e21159..d8b78483a 100755 --- a/script/revision +++ b/script/revision @@ -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 diff --git a/script/uberjar b/script/uberjar index 83d685e81..8b88196f0 100755 --- a/script/uberjar +++ b/script/uberjar @@ -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.