releaser: Bump versions for release of 0.123.6

[ci skip]
This commit is contained in:
hugoreleaser 2024-02-28 18:29:40 +00:00
parent fce8d82b79
commit 92684f9a26

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