From 2c524896c9c71020141467c334cc59c0aef67531 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Thu, 9 Oct 2014 08:34:13 -0500 Subject: [PATCH] Bump to SNAPSHOT for next iteration --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0c1d58a..b208d9f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clojure-koans "0.5.0" +(defproject clojure-koans "0.5.1-SNAPSHOT" :description "The Clojure koans." :dependencies [[org.clojure/clojure "1.5.1"] [koan-engine "0.2.3"]]