From f35bb296f4e3ed1151d8a9e4d409735c201fc4ad Mon Sep 17 00:00:00 2001 From: Jay Fields Date: Sun, 28 Sep 2014 18:46:59 -0400 Subject: [PATCH] Version 2.0.12 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 08a12d4..0c6ce64 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject expectations "2.0.12-SNAPSHOT" +(defproject expectations "2.0.12" :description "testing framework" :jar-name "expectations.jar" :java-source-paths ["src/java"]