releaser: Bump versions for release of 0.149.1

[ci skip]
This commit is contained in:
hugoreleaser 2025-09-04 14:04:46 +00:00
parent 25c0f2408a
commit 57a784e027

View File

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