releaser: Prepare repository for 0.88.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2021-08-03 12:11:56 +00:00
parent b0c541e496
commit dfe54d3216
3 changed files with 3 additions and 85 deletions

View File

@@ -16,7 +16,7 @@ package hugo
// CurrentVersion represents the current build version.
// This should be the only one.
var CurrentVersion = Version{
Number: 0.87,
Number: 0.88,
PatchLevel: 0,
Suffix: "",
Suffix: "-DEV",
}