From 077020ab13bfb1aad7de256bf53e80fbda49c8a0 Mon Sep 17 00:00:00 2001 From: Paul Stadig Date: Tue, 22 Mar 2016 06:35:59 -0400 Subject: [PATCH] Version 0.9.0-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 875c087..fab734c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject pjstadig/humane-test-output "0.8.0" +(defproject pjstadig/humane-test-output "0.9.0-SNAPSHOT" :description "Humane test output for clojure.test" :url "http://github.com/pjstadig/humane-test-output/" :license {:name "Eclipse Public License"