releaser: Bump versions for release of 0.125.1

[ci skip]
This commit is contained in:
hugoreleaser 2024-04-18 08:21:19 +00:00
parent 0c188fda24
commit 68c5ad638c
1 changed files with 3 additions and 3 deletions

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