From 3828c892e0045a71d2fc971fe979f3216c81f486 Mon Sep 17 00:00:00 2001 From: Tom Hanika Date: Tue, 4 Feb 2025 13:33:07 +0100 Subject: [PATCH] Update project.clj --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d0c4aea2..3d439f0b 100644 --- a/project.clj +++ b/project.clj @@ -8,7 +8,7 @@ -(defproject conexp-clj "2.7.0-SNAPSHOT" +(defproject conexp-clj "2.7.0" :min-lein-version "2.0.0" :description "A ConExp rewrite in clojure -- and so much more ..." :url "http://github.com/tomhanika/conexp-clj/"