Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-05-09 10:46:30 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-05-09 10:46:30 +0300
commit315a73c9fe0a7847c1551f7dfd15d72815591411 (patch)
treeda27e6fdbce44f7cac0c659b8ce4d55ddff22ae1
parent46dc006f176d3614d0406dc6880925863c0f18ba (diff)
releaser: Bump versions for release of 0.40.3
[ci skip]
-rw-r--r--docs/config.toml2
-rw-r--r--helpers/hugo.go2
-rw-r--r--snapcraft.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/config.toml b/docs/config.toml
index 6466cf108..eca990550 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 9ff738905..5f16b296c 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 26c46dadb..d7b7dd528 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