From ccd60231ad04902fca734c7795f6682d341f5d80 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 9 Aug 2017 08:58:33 +0100 Subject: [PATCH] lein-release plugin: bumped version from 0.99.4 to 0.99.5-SNAPSHOT for next development cycle --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 802a6ea..a9629b9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject smeagol "0.99.4" +(defproject smeagol "0.99.5-SNAPSHOT" :description "A simple Git-backed Wiki inspired by Gollum" :url "https://github.com/simon-brooke/smeagol" :dependencies [[org.clojure/clojure "1.8.0"]