From: Bjørn Erik Pedersen Date: Wed, 3 May 2017 07:38:26 +0000 (+0200) Subject: release: Bump versions for release of 0.20.7 X-Git-Tag: v0.20.7~2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3a4ddc38d42bd6020b88a0855e1aee35eb1c4d80;p=brevno-suite%2Fhugo release: Bump versions for release of 0.20.7 [ci skip] --- diff --git a/commands/new.go b/commands/new.go index 6e02005c..9def1cce 100644 --- a/commands/new.go +++ b/commands/new.go @@ -320,7 +320,7 @@ description = "" homepage = "http://siteforthistheme.com/" tags = [] features = [] -min_version = "0.20.6" +min_version = "0.20.7" [author] name = "" diff --git a/docs/config.toml b/docs/config.toml index d9c746e6..a789b81d 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.6" + release = "0.20.7" [taxonomies] tag = "tags" diff --git a/helpers/hugo.go b/helpers/hugo.go index 59d1ee04..054b6af6 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: 6, + PatchLevel: 7, Suffix: "", } diff --git a/snapcraft.yaml b/snapcraft.yaml index bf14f0de..bbe80a9f 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: hugo -version: "0.20.6" +version: "0.20.7" summary: Fast and Flexible Static Site Generator description: | Hugo is a static HTML and CSS website generator written in Go. It is