From d7327b65bf329a6886b3930c291f8f46deaf9992 Mon Sep 17 00:00:00 2001 From: Priyatam Mudivarti Date: Thu, 12 Oct 2017 21:40:10 -0700 Subject: [PATCH] set dev version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 30bd531..f992019 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ - (defproject facjure/replify "0.4.0" + (defproject facjure/replify "0.4.1-SNAPSHOT" :description "A minimalist Clojurescript repl and minimalist build tool" :url "https://github.com/facjure/replify" :scm {:name "git" :url "https://github.com/facjure/replify"}