From 961305570ff6a15b5ddc4c8526582cc25f4a5975 Mon Sep 17 00:00:00 2001 From: liquidz Date: Sun, 29 Sep 2024 09:14:50 +0900 Subject: [PATCH] chore: Bump minor version --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index 590e828..92eab80 100644 --- a/build.clj +++ b/build.clj @@ -4,7 +4,7 @@ (def ^:private config {:lib 'com.github.liquidz/antq - :version "2.9.{{git/commit-count}}" + :version "2.10.{{git/commit-count}}" :description "Point out your outdated dependencies" :licenses [{:name "Eclipse Public License - v 2.0" :url "https://www.eclipse.org/legal/epl-2.0/"}]