releaser: Bump versions for release of 0.144.2

[ci skip]
This commit is contained in:
hugoreleaser
2025-02-19 12:17:04 +00:00
parent c3d435acfa
commit 098c68fd18

View File

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