From 9cb8e7194b210bb5717f6aedea841d7d756da664 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 24 Apr 2017 12:47:25 +0200 Subject: [PATCH] releaser: Bump versions for release of 0.20.3 [ci skip] --- commands/new.go | 2 +- docs/config.toml | 2 +- helpers/hugo.go | 6 +++--- snapcraft.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/commands/new.go b/commands/new.go index 2fa308ed..7b4a4294 100644 --- a/commands/new.go +++ b/commands/new.go @@ -320,7 +320,7 @@ description = "" homepage = "http://siteforthistheme.com/" tags = [] features = [] -min_version = "0.20" +min_version = "0.20.3" [author] name = "" diff --git a/docs/config.toml b/docs/config.toml index 2c8025db..bb2a1df9 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.2" + release = "0.20.3" [taxonomies] tag = "tags" diff --git a/helpers/hugo.go b/helpers/hugo.go index 05e47306..2fda3430 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -62,9 +62,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: 3, + Suffix: "", } func hugoVersion(version float32, patchVersion int, suffix string) string { diff --git a/snapcraft.yaml b/snapcraft.yaml index 93ac9bfb..89e1950c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: hugo -version: "0.20.2" +version: "0.20.3" 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