From d8eece3e010e3b0f209615928c3de78e7a0aa232 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Tue, 31 Mar 2015 10:41:07 -0700 Subject: [PATCH] cut 0.5.2 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index bef711b..35e0883 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.5.2-SNAPSHOT" +(defproject honeysql "0.5.2" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}