From 00e3cff0a7b5f5787f4b3c303a23823a9b9b9b8f Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Sat, 9 Apr 2016 21:12:31 -0600 Subject: [PATCH] Bump to 5.6.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6763983b..f94a9292 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cheshire "5.6.0" +(defproject cheshire "5.6.1-SNAPSHOT" :description "JSON and JSON SMILE encoding, fast." :url "https://github.com/dakrone/cheshire" :license {:name "The MIT License"