Skip to content

Commit

Permalink
Merge pull request #116 from clojure/chore/next-iter
Browse files Browse the repository at this point in the history
CHORE: Next iteration
  • Loading branch information
swannodette authored Dec 25, 2021
2 parents fcf031d + 1d32ebb commit 3b59bb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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}}}}

2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion script/revision
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/uberjar
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3b59bb8

Please sign in to comment.