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