ref: 315a73c9fe0a7847c1551f7dfd15d72815591411
parent: 46dc006f176d3614d0406dc6880925863c0f18ba
author: hugoreleaser <[email protected]>
date: Wed May 9 03:46:30 EDT 2018
releaser: Bump versions for release of 0.40.3 [ci skip]
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -70,7 +70,7 @@
[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)
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -124,7 +124,7 @@
// This should be the only one.
var CurrentHugoVersion = HugoVersion{
Number: 0.40,
- PatchLevel: 2,
+ PatchLevel: 3,
Suffix: "",
}
--- 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