From 28e97c01edffb54f5654687dbbb8a4f15f674a4a Mon Sep 17 00:00:00 2001 From: daslu Date: Thu, 4 Jan 2024 14:29:28 +0200 Subject: [PATCH] version "4-alpha10" --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index 47d8b9d..17e47ad 100644 --- a/build.clj +++ b/build.clj @@ -4,7 +4,7 @@ [org.corfield.build :as bb])) (def lib 'org.scicloj/kindly) -(def version "4-alpha9") +(def version "4-alpha10") #_ ; alternatively, use MAJOR.MINOR.COMMITS: (def version (format "1.0.%s" (b/git-count-revs nil)))