summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2017-10-16 08:39:00 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2017-10-16 08:39:00 +0000
commit811f381e23b3033580a2d77c7ce5f737b7f3da55 (patch)
tree6a2a3aa664196ace956cef7efb2a302ecc79ebba
parent7d783a1c0eead241bbedb7ccbae325f5759aa506 (diff)
releaser: Bump versions for release of 0.30
[ci skip]
-rw-r--r--commands/new.go2
-rw-r--r--docs/config.toml2
-rw-r--r--helpers/hugo.go2
-rw-r--r--snapcraft.yaml4
-rw-r--r--vendor/vendor.json4
5 files changed, 7 insertions, 7 deletions
diff --git a/commands/new.go b/commands/new.go
index 5622748bb..e0530c0ec 100644
--- a/commands/new.go
+++ b/commands/new.go
@@ -347,7 +347,7 @@ description = ""
homepage = "http://example.com/"
tags = []
features = []
-min_version = "0.29"
+min_version = "0.30"
[author]
name = ""
diff --git a/docs/config.toml b/docs/config.toml
index 4993cb6cd..ff9bc7474 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.30-DEV"
+ release = "0.30"
## 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 30d986521..5d411cbd5 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -95,7 +95,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
var CurrentHugoVersion = HugoVersion{
Number: 0.30,
PatchLevel: 0,
- Suffix: "-DEV",
+ Suffix: "",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {
diff --git a/snapcraft.yaml b/snapcraft.yaml
index ad5c94d70..be444b6a5 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,12 +1,12 @@
name: hugo
-version: "0.30-DEV"
+version: "0.30"
summary: Fast and Flexible Static Site Generator
description: |
Hugo is a static HTML and CSS website generator written in Go. It is
optimized for speed, easy use and configurability. Hugo takes a directory
with content and templates and renders them into a full HTML website.
confinement: strict
-grade: devel # "devel" or "stable"
+grade: stable # "devel" or "stable"
apps:
hugo:
diff --git a/vendor/vendor.json b/vendor/vendor.json
index 654da0698..d71e51bac 100644
--- a/vendor/vendor.json
+++ b/vendor/vendor.json
@@ -21,7 +21,7 @@
"revisionTime": "2017-08-10T14:37:23Z"
},
{
- "checksumSHA1": "/xPnkXIHTk3EtmQ9NbufTWUG15g=",
+ "checksumSHA1": "dI6UhhbLmEQ6ws0CJF8hjBM2y2E=",
"path": "github.com/alecthomas/chroma",
"revision": "02c4adc0664a104c4ea91c6c3a41a91b93bbd9ef",
"revisionTime": "2017-10-14T09:02:40Z"
@@ -347,7 +347,7 @@
"revisionTime": "2017-10-01T22:02:52Z"
},
{
- "checksumSHA1": "rPUtxznPLr4ntYFscGL1L5/GeLQ=",
+ "checksumSHA1": "wG5M2KnVbZQCNT4HjqntdOnKyuY=",
"path": "github.com/spf13/viper",
"revision": "d9cca5ef33035202efb1586825bdbb15ff9ec3ba",
"revisionTime": "2017-09-29T21:06:42Z"