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