From: Bjørn Erik Pedersen Date: Mon, 24 Apr 2017 18:30:12 +0000 (+0200) Subject: releaser: Bump versions for release of 0.20.4 X-Git-Tag: v0.20.5~9 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ad5bcaf18a0703083444c53279db65b763b4ccbc;p=brevno-suite%2Fhugo releaser: Bump versions for release of 0.20.4 [ci skip] --- diff --git a/commands/new.go b/commands/new.go index 7b4a4294..d067adad 100644 --- a/commands/new.go +++ b/commands/new.go @@ -320,7 +320,7 @@ description = "" homepage = "http://siteforthistheme.com/" tags = [] features = [] -min_version = "0.20.3" +min_version = "0.20.4" [author] name = "" diff --git a/docs/config.toml b/docs/config.toml index bb2a1df9..e559d820 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -9,7 +9,7 @@ pluralizeListTitles = false [params] description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go" author = "Steve Francia (spf13) and friends" - release = "0.20.3" + release = "0.20.4" [taxonomies] tag = "tags" diff --git a/helpers/hugo.go b/helpers/hugo.go index d4ed3684..8d2907bb 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -66,7 +66,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion { // This should be the only one. var CurrentHugoVersion = HugoVersion{ Number: 0.20, - PatchLevel: 3, + PatchLevel: 4, Suffix: "", } diff --git a/snapcraft.yaml b/snapcraft.yaml index 89e1950c..7737f5f8 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: hugo -version: "0.20.3" +version: "0.20.4" summary: Fast and Flexible Static Site Generator description: | Hugo is a static HTML and CSS website generator written in Go. It is