From: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com> Date: Thu, 15 Feb 2018 09:07:43 +0000 (+0000) Subject: releaser: Bump versions for release of 0.36.1 X-Git-Tag: v0.36.1~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=19228ed83c55e5c772d661c4cc2cf0194bdd0794;p=brevno-suite%2Fhugo releaser: Bump versions for release of 0.36.1 [ci skip] --- diff --git a/commands/new.go b/commands/new.go index e6cc7981..9b02084d 100644 --- a/commands/new.go +++ b/commands/new.go @@ -344,7 +344,7 @@ description = "" homepage = "http://example.com/" tags = [] features = [] -min_version = "0.36" +min_version = "0.36.1" [author] name = "" diff --git a/docs/config.toml b/docs/config.toml index db8650a7..0147f8df 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -71,7 +71,7 @@ twitter = "GoHugoIO" [params] description = "The worldâs fastest framework for building websites" ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) - release = "0.36" + release = "0.36.1" ## Setting this to true will add a "noindex" to *EVERY* page on the site removefromexternalsearch = false ## Gh repo for site footer (include trailing slash) diff --git a/helpers/hugo.go b/helpers/hugo.go index 18815538..dea9cc2f 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -94,7 +94,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion { // This should be the only one. var CurrentHugoVersion = HugoVersion{ Number: 0.36, - PatchLevel: 0, + PatchLevel: 1, Suffix: "", } diff --git a/snapcraft.yaml b/snapcraft.yaml index 240a4dbf..7d0a3878 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: hugo -version: "0.36" +version: "0.36.1" summary: Fast and Flexible Static Site Generator description: | Hugo is a static HTML and CSS website generator written in Go. It is