start to prep for more than 1,000 commits
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
22e96dcb84
commit
75dab5d843
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
(def lib 'com.github.seancorfield/next.jdbc)
|
||||
(defn- the-version [patch] (format "1.3.%s" patch))
|
||||
(def version (the-version (b/git-count-revs nil)))
|
||||
(def snapshot (the-version "999-SNAPSHOT"))
|
||||
(def snapshot (the-version "9999-SNAPSHOT"))
|
||||
(def class-dir "target/classes")
|
||||
|
||||
(defn test "Run all the tests." [opts]
|
||||
|
|
|
|||
Loading…
Reference in a new issue