From 76d0a182e7dbead386a132fa7a85bfc4a634d193 Mon Sep 17 00:00:00 2001 From: Justin Kramer Date: Fri, 24 Aug 2012 23:11:18 -0400 Subject: [PATCH] 0.1.2-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e1d30db..1b9f4a1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.1.1" +(defproject honeysql "0.1.2-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}