releaser: Bump versions for release of 0.123.5

[ci skip]
This commit is contained in:
hugoreleaser 2024-02-28 15:47:09 +00:00
parent 6a8b25e291
commit 1904ba40e8

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