From d224979625adc0ecbe0a3d58745c481e3e87730f Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Sat, 9 Apr 2011 17:31:39 -0500 Subject: [PATCH] Bump version to 0.3.6. Warning: these version numbers are pretty much arbitrary. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index fa21c11..ed17346 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject functional-koans "0.3.0" +(defproject functional-koans "0.3.6" :description "The functional koans" :dependencies [[org.clojure/clojure "1.3.0-alpha6"] [jline "0.9.94" :exclusions [junit]]])