releaser: Prepare repository for 0.101.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2022-06-08 11:07:37 +00:00
parent d25cb2943f
commit 4276075c78
3 changed files with 4 additions and 19 deletions

View File

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