Begin 0.6.2 development cycle

This commit is contained in:
Mike Blume 2015-06-06 19:03:12 -07:00
parent f0c40a960c
commit d792a9d285
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
## 0.6.2 In development
## 0.6.1
* Define parameterizable protocol on nil (@dball)

View file

@ -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"}