From 884a2b2d87d9d0813165527f48ff0652d4c32e05 Mon Sep 17 00:00:00 2001 From: Andrea Richiardi Date: Sat, 3 Nov 2018 17:10:03 -0700 Subject: [PATCH] Fix project.clj version to match boot's --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index dbe1985..0703343 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mount "0.1.12-SNAPSHOT" +(defproject mount "0.1.15-SNAPSHOT" :description "managing Clojure and ClojureScript app state since (reset)" :url "https://github.com/tolitius/mount" :license {:name "Eclipse Public License"