From af3c5e16911773df1693a32adb06853c0dda67ef Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Fri, 25 Aug 2017 09:13:33 -0700 Subject: [PATCH] Cut 0.9.1 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index be2db92..c122397 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.9.0" +(defproject honeysql "0.9.1" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}