From c1c42ff8301556ee553269099065c1cbf7f0daf5 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 18 Aug 2017 13:44:33 +0100 Subject: [PATCH] Version 0.99.7-SNAPSHOT --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index eb46c9f..a32d97a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject smeagol "0.99.6" +(defproject smeagol "0.99.7-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" @@ -70,7 +70,7 @@ :release-tasks [["vcs" "assert-committed"] ["change" "version" "leiningen.release/bump-version" "release"] ["vcs" "commit"] - ["vcs" "tag"] + ;; ["vcs" "tag"] -- not working, problems with secret key ["bower" "install"] ["ring" "uberwar"] ["docker" "build"]