Skip to content
Snippets Groups Projects
Commit ad5bcaf1 authored by bep's avatar bep
Browse files

releaser: Bump versions for release of 0.20.4

[ci skip]
parent 275bcf56
No related branches found
No related tags found
No related merge requests found
......@@ -320,7 +320,7 @@ description = ""
homepage = "http://siteforthistheme.com/"
tags = []
features = []
min_version = "0.20.3"
min_version = "0.20.4"
[author]
name = ""
......
......@@ -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.3"
release = "0.20.4"
[taxonomies]
tag = "tags"
......
......@@ -66,7 +66,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
// This should be the only one.
var CurrentHugoVersion = HugoVersion{
Number: 0.20,
PatchLevel: 3,
PatchLevel: 4,
Suffix: "",
}
......
name: hugo
version: "0.20.3"
version: "0.20.4"
summary: Fast and Flexible Static Site Generator
description: |
Hugo is a static HTML and CSS website generator written in Go. It is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment