From f503b42b0d49aa7c46ac28b552668c02097687f7 Mon Sep 17 00:00:00 2001 From: Justin Kramer Date: Thu, 1 Nov 2012 13:58:38 -0400 Subject: [PATCH] 0.3.0-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4eaf1c2..f8e536f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.2.0" +(defproject honeysql "0.3.0-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}