releaser: Bump versions for release of 0.152.1

[ci skip]
This commit is contained in:
hugoreleaser
2025-10-22 19:10:44 +00:00
parent e08278d165
commit 5869cbddd8
+3 -3
View File
@@ -17,7 +17,7 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Major: 0,
Minor: 153,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 152,
PatchLevel: 1,
Suffix: "",
}