From 153862c283ae3d087c7cbddffc11f80cd84d9743 Mon Sep 17 00:00:00 2001 From: Daniel Leong Date: Sun, 9 Jul 2023 22:14:08 -0400 Subject: [PATCH] Bump snapshot version -> 2.0.0 Preparing to merge the optimization PR! --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1e7ce85..ef74bc4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.dhleong/spade "1.2.0-SNAPSHOT" +(defproject net.dhleong/spade "2.0.0-SNAPSHOT" :description "A nice tool to use in the Garden" :url "https://github.com/dhleong/spade" :license {:name "Eclipse Public License"