From 8a2b1d82794b6ea89080f214672a11ed7f6141e0 Mon Sep 17 00:00:00 2001 From: daslu Date: Thu, 31 Oct 2024 23:55:06 +0200 Subject: [PATCH] version "1-beta12" --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index 9caa7d8..a93da70 100644 --- a/build.clj +++ b/build.clj @@ -16,7 +16,7 @@ (def lib 'org.scicloj/kindly-advice) -(def version "1-beta11") +(def version "1-beta12") (def snapshot (str version "-SNAPSHOT")) (def class-dir "target/classes")