From 971e542b294462bd2677c7b645ff937b5ca52b3f Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Tue, 9 Feb 2016 14:56:22 -0800 Subject: [PATCH] Begin 0.6.4 development cycle --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 9fef3b8..2b94eea 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.6.3" +(defproject honeysql "0.6.4-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}