From 9c31eac44277f673158a02aa0e232b7980a81c94 Mon Sep 17 00:00:00 2001 From: Paul Stadig Date: Tue, 24 Feb 2015 10:07:28 -0500 Subject: [PATCH] Version 0.8.0-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 82805da..10a6a11 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject pjstadig/humane-test-output "0.7.0" +(defproject pjstadig/humane-test-output "0.8.0-SNAPSHOT" :description "Humane test output for clojure.test" :url "http://github.com/pjstadig/humane-test-output/" :license {:name "Eclipse Public License"