From 0be5eb363802952da46a8eeaae66965e9ab09f00 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Mon, 9 Mar 2015 13:26:26 -0700 Subject: [PATCH] begin 0.5.2 development cycle --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 36b2c51..116f87d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.5.1" +(defproject honeysql "0.5.2-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}