diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-04-16 11:08:35 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-04-16 11:08:35 +0200 |
commit | 9cd6f69bdddb92ebf661837461e593440abadd71 (patch) | |
tree | 7d20a3d3aec16ba06c3ad0fc13e7b23ec4c7acd4 | |
parent | 68384622bb397247a806b4199acef21d13bca499 (diff) | |
download | hugo-9cd6f69bdddb92ebf661837461e593440abadd71.tar.gz hugo-9cd6f69bdddb92ebf661837461e593440abadd71.zip |
Bump version to 0.20.2
-rw-r--r-- | docs/config.toml | 2 | ||||
-rw-r--r-- | helpers/hugo.go | 2 | ||||
-rw-r--r-- | snapcraft.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/config.toml b/docs/config.toml index e35c97d64..b5623647a 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 7000f61c8..d8ca347d9 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 192fa086c..93ac9bfb3 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 |