releaser: Prepare repository for 0.103.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2022-08-28 16:41:06 +00:00
parent 0ff4a9326f
commit 9eb9b70a29
3 changed files with 5 additions and 5 deletions

View File

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