URI: 
       releaser: Bump versions for release of 0.136.5 - 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 46cccb021bc6425455f4eec093f5cc4a32f1d12c
   DIR parent cb6e27b32a1d09956027b8e45bae0c18c1593d5c
  HTML Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
       Date:   Thu, 24 Oct 2024 12:26:27 +0000
       
       releaser: Bump versions for release of 0.136.5
       
       [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:      137,
       -        PatchLevel: 0,
       -        Suffix:     "-DEV",
       +        Minor:      136,
       +        PatchLevel: 5,
       +        Suffix:     "",
        }