releaser: Bump versions for release of 0.144.1 - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a79d63a44659b6bc76dcdf223de1637e0bd70ff6
 (DIR) parent 494e88abf6007c48e51e5e065936ba88b3b75a87
 (HTM) Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
       Date:   Tue, 18 Feb 2025 12:14:07 +0000
       
       releaser: Bump versions for release of 0.144.1
       
       [ci skip]
       
       Diffstat:
         M common/hugo/version_current.go      |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
       @@ -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: 1,
       +        Suffix:     "",
        }