releaser: Bump versions for release of 0.102.2

[ci skip]
This commit is contained in:
hugoreleaser
2022-08-31 10:42:06 +00:00
parent 5046a6c7ca
commit f104f7bc02

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: 2,
Suffix: "",
}