From 9ba8096545cf852a1ae56a22c83fe202648bfe0f Mon Sep 17 00:00:00 2001 From: Lee Hinman Date: Tue, 19 Sep 2023 20:23:29 +0100 Subject: [PATCH] Bump to 5.12.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b525cac..9a7ebc2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cheshire "5.12.0" +(defproject cheshire "5.12.1-SNAPSHOT" :description "JSON and JSON SMILE encoding, fast." :url "https://github.com/dakrone/cheshire" :license {:name "The MIT License"