From 2e15253754d11b9e8e514f6ebc34b3d6fe1a8c68 Mon Sep 17 00:00:00 2001 From: Daniel Leong Date: Sun, 27 Oct 2024 15:29:39 -0400 Subject: [PATCH] Bump snapshot version to 2.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ef74bc4..c1c121b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.dhleong/spade "2.0.0-SNAPSHOT" +(defproject net.dhleong/spade "2.1.0-SNAPSHOT" :description "A nice tool to use in the Garden" :url "https://github.com/dhleong/spade" :license {:name "Eclipse Public License"