releaser: Bump versions for release of 0.137.1

[ci skip]
This commit is contained in:
hugoreleaser 2024-11-05 11:49:09 +00:00
parent ca4fc587c3
commit 17e15b2148

View file

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