From: hugoreleaser Date: Wed, 9 May 2018 07:46:30 +0000 (+0000) Subject: releaser: Bump versions for release of 0.40.3 X-Git-Tag: v0.40.3~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=315a73c9fe0a7847c1551f7dfd15d72815591411;p=brevno-suite%2Fhugo releaser: Bump versions for release of 0.40.3 [ci skip] --- diff --git a/docs/config.toml b/docs/config.toml index 6466cf10..eca99055 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -70,7 +70,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.40.2" + release = "0.40.3" ## 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 9ff73890..5f16b296 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -124,7 +124,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion { // This should be the only one. var CurrentHugoVersion = HugoVersion{ Number: 0.40, - PatchLevel: 2, + PatchLevel: 3, Suffix: "", } diff --git a/snapcraft.yaml b/snapcraft.yaml index 26c46dad..d7b7dd52 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: hugo -version: "0.40.2" +version: "0.40.3" summary: Fast and Flexible Static Site Generator description: | Hugo is a static HTML and CSS website generator written in Go. It is