Skip to content

Commit 3b59bb8

Browse files
authored
Merge pull request #116 from clojure/chore/next-iter
CHORE: Next iteration
2 parents fcf031d + 1d32ebb commit 3b59bb8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

deps.edn

+1
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@
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+

script/build

+1-1
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="10"
28+
MINOR="11"
2929
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
3030

3131
# Extract the version number from the string.

script/revision

+1-1
Original file line numberDiff line numberDiff 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).
1212
MAJOR="1"
13-
MINOR="9"
13+
MINOR="11"
1414
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
1515

1616
# Extract the version number from the string. Do this in two steps so

script/uberjar

+1-1
Original file line numberDiff line numberDiff 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).
2121
MAJOR="1"
22-
MINOR="10"
22+
MINOR="11"
2323
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
2424

2525
# Extract the version number from the string.

0 commit comments

Comments
 (0)