releaser: Bump versions for release of 0.147.7

[ci skip]
This commit is contained in:
hugoreleaser
2025-05-31 12:41:12 +00:00
parent 5273a884d4
commit 189453612e

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