releaser: Prepare repository for 0.100.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2022-05-18 12:01:09 +00:00
parent d524067382
commit e164834f0a
3 changed files with 4 additions and 15 deletions

View File

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