Compare commits

...

1 commit

Author SHA1 Message Date
hugoreleaser
f104f7bc02 releaser: Bump versions for release of 0.102.2
[ci skip]
2022-08-31 10:42:06 +00:00

View file

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