From 210b2c43ffd258a4ed4f96c882b5c08e9f6e0c2e Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Mon, 9 Mar 2015 13:23:34 -0700 Subject: [PATCH] 0.5.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1ea92ed..36b2c51 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.5.1-SNAPSHOT" +(defproject honeysql "0.5.1" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}