Skip to content

Commit 9cd6f69

Browse files
committed
Bump version to 0.20.2
1 parent 6838462 commit 9cd6f69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎docs/config.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluralizeListTitles = false
99
[params]
1010
description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go"
1111
author = "Steve Francia (spf13) and friends"
12-
release = "0.20.1"
12+
release = "0.20.2"
1313

1414
[taxonomies]
1515
tag = "tags"

‎helpers/hugo.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
HugoVersionNumber = 0.20
2828

2929
// Increment this for bug releases
30-
HugoPatchVersion = 1
30+
HugoPatchVersion = 2
3131
)
3232

3333
// HugoVersionSuffix is the suffix used in the Hugo version string.

‎snapcraft.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hugo
2-
version: "0.20.1"
2+
version: "0.20.2"
33
summary: Fast and Flexible Static Site Generator
44
description: |
55
Hugo is a static HTML and CSS website generator written in Go. It is

0 commit comments

Comments
 (0)