From 75dab5d843b69de3b370eaa0f32b503ba60a09e1 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 21 Feb 2025 21:33:37 -0800 Subject: [PATCH] start to prep for more than 1,000 commits Signed-off-by: Sean Corfield --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index cc1fa5a..7029fc2 100644 --- a/build.clj +++ b/build.clj @@ -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]