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