releaser: Prepare repository for 0.101.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2022-06-01 10:54:16 +00:00
parent 0afb4866e3
commit bfebd8c02c
3 changed files with 4 additions and 13 deletions

View File

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