From 8e3b0073f7282ce2738f16606e42845196a5bcf3 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Mon, 1 Oct 2018 14:58:06 -0700 Subject: [PATCH] Update version in project.clj --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0397949..f6c67ae 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.9.3" +(defproject honeysql "0.9.4" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}