From ae7a4fbb3d8c20bdb6efba36a5275c416bb4983c Mon Sep 17 00:00:00 2001 From: Dave Della Costa Date: Mon, 9 Mar 2015 13:42:08 +0900 Subject: [PATCH] Bump version to 0.5.0-SNAPSHOT, ref. #51 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c80c5bd..023c31d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.4.3" +(defproject honeysql "0.5.0-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}