releaser: Bump versions for release of 0.146.3

[ci skip]
This commit is contained in:
hugoreleaser 2025-04-12 17:21:50 +00:00
parent 30b9c19c76
commit 05ef8b713a

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: 147, Minor: 146,
PatchLevel: 0, PatchLevel: 3,
Suffix: "-DEV", Suffix: "",
} }