releaser: Bump versions for release of 0.123.4

[ci skip]
This commit is contained in:
hugoreleaser 2024-02-26 16:33:05 +00:00
parent 1736ef7459
commit 21a41003c4

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