From 1e6b1bd308e640aa2864d02d27791d48ab4b17f7 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 26 Jun 2018 16:01:45 -0700 Subject: [PATCH] Indicate post-0.9.2 dev --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2ce0564..5df3a01 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.9.2" +(defproject honeysql "0.9.3-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}