From c8e41a94e8e10e248e489a88cba691d58efeaad4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 27 Apr 2017 10:13:23 +0200 Subject: [PATCH] release: Bump versions for release of 0.20.6 [ci skip] --- commands/new.go | 2 +- docs/config.toml | 2 +- helpers/hugo.go | 2 +- snapcraft.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/new.go b/commands/new.go index 13a899cf..6e02005c 100644 --- a/commands/new.go +++ b/commands/new.go @@ -320,7 +320,7 @@ description = "" homepage = "http://siteforthistheme.com/" tags = [] features = [] -min_version = "0.20.5" +min_version = "0.20.6" [author] name = "" diff --git a/docs/config.toml b/docs/config.toml index e1422a45..d9c746e6 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.5" + release = "0.20.6" [taxonomies] tag = "tags" diff --git a/helpers/hugo.go b/helpers/hugo.go index eed58ca6..59d1ee04 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: 5, + PatchLevel: 6, Suffix: "", } diff --git a/snapcraft.yaml b/snapcraft.yaml index 825302f2..bf14f0de 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: hugo -version: "0.20.5" +version: "0.20.6" summary: Fast and Flexible Static Site Generator description: | Hugo is a static HTML and CSS website generator written in Go. It is -- 2.30.2