releaser: Bump versions for release of 0.151.2

[ci skip]
This commit is contained in:
hugoreleaser
2025-10-16 16:52:34 +00:00
parent 989454a52d
commit a3574f6f70
+3 -3
View File
@@ -17,7 +17,7 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Major: 0,
Minor: 152,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 151,
PatchLevel: 2,
Suffix: "",
}