From d792a9d285d98d8db39dec466c5a292e62a9d855 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Sat, 6 Jun 2015 19:03:12 -0700 Subject: [PATCH] Begin 0.6.2 development cycle --- CHANGES.md | 2 ++ project.clj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fb7ac4a..4d2af95 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.6.2 In development + ## 0.6.1 * Define parameterizable protocol on nil (@dball) diff --git a/project.clj b/project.clj index 38cc4e5..8996e58 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.6.1" +(defproject honeysql "0.6.2-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}