From: Bjørn Erik Pedersen Date: Sat, 24 Jun 2017 08:24:54 +0000 (+0200) Subject: releaser: Bump versions for release of 0.24.1 X-Git-Tag: v0.24.1~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=63a51dc19602e8a50877e991f0b0f5b1f92c66ce;p=brevno-suite%2Fhugo releaser: Bump versions for release of 0.24.1 [ci skip] --- diff --git a/commands/new.go b/commands/new.go index de922fc0..880e4b60 100644 --- a/commands/new.go +++ b/commands/new.go @@ -347,7 +347,7 @@ description = "" homepage = "http://siteforthistheme.com/" tags = [] features = [] -min_version = "0.24" +min_version = "0.24.1" [author] name = "" diff --git a/docs b/docs index 5306e086..2cc0f132 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 5306e086f7ca42bce2122b96b1fc15311286978b +Subproject commit 2cc0f132b9cf0d875f179a38aa9a1be7bc17bc68 diff --git a/helpers/hugo.go b/helpers/hugo.go index a9b13bd3..593a5154 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -65,7 +65,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion { // This should be the only one. var CurrentHugoVersion = HugoVersion{ Number: 0.24, - PatchLevel: 0, + PatchLevel: 1, Suffix: "", } diff --git a/snapcraft.yaml b/snapcraft.yaml index 02d0e462..aeed3e15 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: hugo -version: "0.24" +version: "0.24.1" summary: Fast and Flexible Static Site Generator description: | Hugo is a static HTML and CSS website generator written in Go. It is