start to prep for more than 1,000 commits

Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
Sean Corfield 2025-02-21 21:33:37 -08:00
parent 22e96dcb84
commit 75dab5d843
No known key found for this signature in database

View file

@ -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]