releaser: Bump versions for release of 0.147.2

[ci skip]
This commit is contained in:
hugoreleaser
2025-05-06 11:18:55 +00:00
parent 363ab48a24
commit c7feb15d10

View File

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