releaser: Bump versions for release of 0.125.2

[ci skip]
This commit is contained in:
hugoreleaser 2024-04-20 15:29:44 +00:00
parent 06d248910c
commit 4e483f5d4a

View file

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