From 3b07644b8a8b596abcb803cbff0147662e2a479c Mon Sep 17 00:00:00 2001 From: Justin Kramer Date: Wed, 7 Aug 2013 18:22:24 -0400 Subject: [PATCH] 0.4.2-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 23d1431..94690ab 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.4.1" +(defproject honeysql "0.4.2-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}