From 36fd921ee56c343640be7f61bec5b1c250432118 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Wed, 19 Feb 2020 16:44:00 +0000 Subject: [PATCH] lein-release plugin: bumped version from 1.0.4 to 1.0.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 f3d5602..09a9e65 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject smeagol "1.0.4" +(defproject smeagol "1.0.5-SNAPSHOT" :description "A simple Git-backed Wiki inspired by Gollum" :url "https://github.com/simon-brooke/smeagol" :license {:name "GNU General Public License,version 2.0 or (at your option) any later version"