From 63d04cf8fc612d7ad73291db952a14e03da54d06 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Fri, 19 May 2017 23:03:29 -0700 Subject: [PATCH] Cut 0.9.0 beta 2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 281c023..c09ed7e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.9.0-beta1" +(defproject honeysql "0.9.0-beta2" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}