mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 20:22:38 +00:00
release: Bump versions for release of 0.20.6
[ci skip]
This commit is contained in:
+1
-1
@@ -320,7 +320,7 @@ description = ""
|
||||
homepage = "http://siteforthistheme.com/"
|
||||
tags = []
|
||||
features = []
|
||||
min_version = "0.20.5"
|
||||
min_version = "0.20.6"
|
||||
|
||||
[author]
|
||||
name = ""
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ pluralizeListTitles = false
|
||||
[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.20.5"
|
||||
release = "0.20.6"
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
|
||||
+1
-1
@@ -66,7 +66,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
|
||||
// This should be the only one.
|
||||
var CurrentHugoVersion = HugoVersion{
|
||||
Number: 0.20,
|
||||
PatchLevel: 5,
|
||||
PatchLevel: 6,
|
||||
Suffix: "",
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
name: hugo
|
||||
version: "0.20.5"
|
||||
version: "0.20.6"
|
||||
summary: Fast and Flexible Static Site Generator
|
||||
description: |
|
||||
Hugo is a static HTML and CSS website generator written in Go. It is
|
||||
|
||||
Reference in New Issue
Block a user