From: Bjørn Erik Pedersen Date: Sun, 16 Apr 2017 09:08:35 +0000 (+0200) Subject: Bump version to 0.20.2 X-Git-Tag: v0.20.2~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9cd6f69bdddb92ebf661837461e593440abadd71;p=brevno-suite%2Fhugo Bump version to 0.20.2 --- diff --git a/docs/config.toml b/docs/config.toml index e35c97d6..b5623647 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.1" + release = "0.20.2" [taxonomies] tag = "tags" diff --git a/helpers/hugo.go b/helpers/hugo.go index 7000f61c..d8ca347d 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -27,7 +27,7 @@ const ( HugoVersionNumber = 0.20 // Increment this for bug releases - HugoPatchVersion = 1 + HugoPatchVersion = 2 ) // HugoVersionSuffix is the suffix used in the Hugo version string. diff --git a/snapcraft.yaml b/snapcraft.yaml index 192fa086..93ac9bfb 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: hugo -version: "0.20.1" +version: "0.20.2" summary: Fast and Flexible Static Site Generator description: | Hugo is a static HTML and CSS website generator written in Go. It is