releaser: Prepare repository for 0.102.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2022-06-16 07:51:58 +00:00
parent 466fa43c16
commit 15463f835b
3 changed files with 3 additions and 64 deletions

View File

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