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