releaser: Bump versions for release of 0.147.6

[ci skip]
This commit is contained in:
hugoreleaser
2025-05-27 11:17:16 +00:00
parent e57dcd3795
commit 0a5fd8ebb8

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