URI: 
       releaser: Bump versions for release of 0.115.3 - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 5c2e014a5150553a9fa4f9c1eb7dc4db89c0f1ab
   DIR parent cc44583cc3976bf115c06474f47889d49842315e
  HTML Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
       Date:   Thu, 13 Jul 2023 16:11:34 +0000
       
       releaser: Bump versions for release of 0.115.3
       
       [ci skip]
       
       Diffstat:
         M commands/new.go                     |       2 +-
         M common/hugo/version_current.go      |       6 +++---
       
       2 files changed, 4 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/commands/new.go b/commands/new.go
       @@ -348,7 +348,7 @@ description = ""
        homepage = "http://example.com/"
        tags = []
        features = []
       -min_version = "0.115.0"
       +min_version = "0.115.3"
        
        [author]
          name = ""
   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:      116,
       -        PatchLevel: 0,
       -        Suffix:     "-DEV",
       +        Minor:      115,
       +        PatchLevel: 3,
       +        Suffix:     "",
        }