From: Bjørn Erik Pedersen Date: Tue, 25 Apr 2017 07:16:59 +0000 (+0200) Subject: release: Bump versions for release of 0.20.5 X-Git-Tag: v0.20.5~3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=75f6cabd98e45e012b3c54473476654b9e2ecb43;p=brevno-suite%2Fhugo release: Bump versions for release of 0.20.5 [ci skip] --- diff --git a/commands/new.go b/commands/new.go index d067adad..13a899cf 100644 --- a/commands/new.go +++ b/commands/new.go @@ -320,7 +320,7 @@ description = "" homepage = "http://siteforthistheme.com/" tags = [] features = [] -min_version = "0.20.4" +min_version = "0.20.5" [author] name = "" diff --git a/docs/config.toml b/docs/config.toml index e559d820..e1422a45 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.4" + release = "0.20.5" [taxonomies] tag = "tags" diff --git a/helpers/hugo.go b/helpers/hugo.go index c7d270f1..eed58ca6 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -65,9 +65,9 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion { // CurrentHugoVersion represents the current build version. // This should be the only one. var CurrentHugoVersion = HugoVersion{ - Number: 0.21, - PatchLevel: 0, - Suffix: "-DEV", + Number: 0.20, + PatchLevel: 5, + Suffix: "", } func hugoVersion(version float32, patchVersion int, suffix string) string { diff --git a/snapcraft.yaml b/snapcraft.yaml index 7737f5f8..825302f2 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: hugo -version: "0.20.4" +version: "0.20.5" summary: Fast and Flexible Static Site Generator description: | Hugo is a static HTML and CSS website generator written in Go. It is