releaser: Bump versions for release of 0.102.3

[ci skip]
This commit is contained in:
hugoreleaser 2022-09-01 10:16:19 +00:00
parent 8e5044d7f5
commit b76146b129

View file

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