From f752de70f99ddfe967c3880274cc251bfac24ec2 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Fri, 8 May 2015 16:38:14 -0700 Subject: [PATCH] begin 0.6.0 development cycle --- CHANGES.md | 2 ++ project.clj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a20c3a2..74aa2fa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.6.0 In development + ## 0.5.3 * Support exists syntax (@cddr) diff --git a/project.clj b/project.clj index 550f8d8..8d78680 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.5.3" +(defproject honeysql "0.6.0-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}