From 6ae088de59aaeffec4932759ee1b3e0b33a29ae9 Mon Sep 17 00:00:00 2001 From: Greg Look Date: Tue, 13 Oct 2015 00:19:51 -0700 Subject: [PATCH] Bump snapshot version. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 446ac90..f32bbd3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mvxcvi/puget "0.9.0-SNAPSHOT" +(defproject mvxcvi/puget "0.10.0-SNAPSHOT" :description "Colorizing canonical Clojure printer for EDN values." :url "https://github.com/greglook/puget" :license {:name "Public Domain"