releaser: Bump versions for release of 0.123.2

[ci skip]
This commit is contained in:
hugoreleaser 2024-02-22 15:27:15 +00:00
parent db3bb623d4
commit 929b91fe75

View file

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