ref: 1a965e5d2fefbce8ea564755032192ad27f827d4
parent: baa414ae414e8b0da365cfb756af0177dbdc003f
author: Bjørn Erik Pedersen <[email protected]>
date: Mon May 22 12:09:42 EDT 2017
releaser: Bump versions for release of 0.21 [ci skip]
--- a/commands/new.go
+++ b/commands/new.go
@@ -320,7 +320,7 @@
homepage = "http://siteforthistheme.com/"
tags = []
features = []
-min_version = "0.20"
+min_version = "0.21"
[author]
name = ""
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -9,7 +9,7 @@
[params]
description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go"
author = "Steve Francia (spf13) and friends"
- release = "0.21-DEV"
+ release = "0.21"
[taxonomies]
tag = "tags"
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -64,7 +64,7 @@
var CurrentHugoVersion = HugoVersion{
Number: 0.21,
PatchLevel: 0,
- Suffix: "-DEV",
+ Suffix: "",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
name: hugo
-version: "0.21-DEV"
+version: "0.21"
summary: Fast and Flexible Static Site Generator
description: |
Hugo is a static HTML and CSS website generator written in Go. It is
@@ -6,7 +6,7 @@
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: