From d59b26c918749734b3629c925f1c046a97023c22 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 11 Sep 2016 18:44:27 +0100 Subject: [PATCH] OK, I don't know what lein release does, but it doesn't do what I thought it did. Merged 'develop' into 'master' manually. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a6c9d31..abaa4ef 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject smeagol "0.5.1-SNAPSHOT" +(defproject smeagol "0.5.0-rc1" :description "A simple Git-backed Wiki inspired by Gollum" :url "https://github.com/simon-brooke/smeagol" :dependencies [[org.clojure/clojure "1.7.0"]