From f8be9cccad978346ef71027dd4da423d74669c43 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Mon, 9 Mar 2015 09:59:01 -0700 Subject: [PATCH] 0.5.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 023c31d..66315dd 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.5.0-SNAPSHOT" +(defproject honeysql "0.5.0" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}