releaser: Bump versions for release of 0.65.1

[ci skip]
This commit is contained in:
hugoreleaser
2020-02-20 13:42:26 +00:00
parent a449e87da7
commit dbaa15d40f
2 changed files with 2 additions and 2 deletions

View File

@@ -17,6 +17,6 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Number: 0.65,
PatchLevel: 0,
PatchLevel: 1,
Suffix: "",
}