releaser: Bump versions for release of 0.123.3

[ci skip]
This commit is contained in:
hugoreleaser 2024-02-23 17:09:20 +00:00
parent 03b88c6ddb
commit a75a659f6f

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