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