From f13eeacff86ad341cb76417bd41c34f1147df4fb Mon Sep 17 00:00:00 2001 From: Justin Kramer Date: Mon, 24 Dec 2012 16:16:16 -0500 Subject: [PATCH] 0.4.0-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 118d6ee..bc92ea7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.3.0" +(defproject honeysql "0.4.0-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}