From 550904045597b61ae173f89a7e89f37863dca2c5 Mon Sep 17 00:00:00 2001 From: daslu Date: Fri, 29 Mar 2024 14:43:35 +0300 Subject: [PATCH] version "1-beta1" --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index de0663e..09b429a 100644 --- a/build.clj +++ b/build.clj @@ -15,7 +15,7 @@ [deps-deploy.deps-deploy :as dd])) (def lib 'org.scicloj/kind-portal) -(def version "1-alpha11") +(def version "1-beta1") (def snapshot (str version "-SNAPSHOT")) (def class-dir "target/classes")