mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
releaser: Bump versions for release of 0.65.1
[ci skip]
This commit is contained in:
parent
a449e87da7
commit
dbaa15d40f
2 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,6 @@ package hugo
|
||||||
// This should be the only one.
|
// This should be the only one.
|
||||||
var CurrentVersion = Version{
|
var CurrentVersion = Version{
|
||||||
Number: 0.65,
|
Number: 0.65,
|
||||||
PatchLevel: 0,
|
PatchLevel: 1,
|
||||||
Suffix: "",
|
Suffix: "",
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: hugo
|
name: hugo
|
||||||
version: "0.65.0"
|
version: "0.65.1"
|
||||||
summary: Fast and Flexible Static Site Generator
|
summary: Fast and Flexible Static Site Generator
|
||||||
description: |
|
description: |
|
||||||
Hugo is a static HTML and CSS website generator written in Go. It is
|
Hugo is a static HTML and CSS website generator written in Go. It is
|
||||||
|
|
Loading…
Reference in a new issue