From 3b74d14e32838cd4c3b67cc58721849fd3a6106e Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Tue, 31 Mar 2015 10:44:43 -0700 Subject: [PATCH] begin 0.5.3 development cycle --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 35e0883..2875b67 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.5.2" +(defproject honeysql "0.5.3-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}