From 211b6795fa128cceeb436b617867ea4de92115f1 Mon Sep 17 00:00:00 2001 From: Adrian Smith Date: Wed, 17 Jul 2024 15:11:28 -0700 Subject: [PATCH] bump version to 1.4.1. --- build.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.clj b/build.clj index 3253180..a46cd16 100644 --- a/build.clj +++ b/build.clj @@ -3,7 +3,7 @@ [clojure.string :as str])) (def lib 'com.phronemophobic/clong) -(def version "1.4") +(def version "1.4.1") (def class-dir "target/classes") (def basis (b/create-basis {:project "deps.edn"})) (def jar-file (format "target/%s-%s.jar" (name lib) version))