ref: 21cf464c1febe318ba60889c55458c07b3516e96
parent: fb5cac704e992e34def8d73d2f5da653e4517c44
author: Bjørn Erik Pedersen <[email protected]>
date: Mon Jun 12 05:01:59 EDT 2017
releaser: Bump versions for release of 0.22 [ci skip]
--- a/commands/new.go
+++ b/commands/new.go
@@ -320,7 +320,7 @@
homepage = "http://siteforthistheme.com/"
tags = []
features = []
-min_version = "0.21"
+min_version = "0.22"
[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.22-DEV"
+ release = "0.22"
[taxonomies]
tag = "tags"
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -64,7 +64,7 @@
var CurrentHugoVersion = HugoVersion{
Number: 0.22,
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.22-DEV"
+version: "0.22"
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: