From 4e5e4fba713f65bd6f221103e7f1fae818772f89 Mon Sep 17 00:00:00 2001 From: anatoly Date: Tue, 22 Dec 2015 14:47:58 -0500 Subject: [PATCH] [lein]: keeping a version upto date --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c4a01f2..d852c23 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mount "0.1.7" +(defproject mount "0.1.8-SNAPSHOT" :description "managing Clojure and ClojureScript app state since (reset)" :url "https://github.com/tolitius/mount" :license {:name "Eclipse Public License"