releaser: Prepare repository for 0.101.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2022-05-31 09:19:15 +00:00
parent 27b077544d
commit 4daac654d9
3 changed files with 3 additions and 60 deletions

View File

@@ -17,7 +17,7 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Major: 0,
Minor: 100,
Minor: 101,
PatchLevel: 0,
Suffix: "",
Suffix: "-DEV",
}