From: hugoreleaser Date: Wed, 28 Jan 2026 16:50:40 +0000 (+0000) Subject: releaser: Prepare repository for 0.156.0-DEV X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6ac72dd3bf1c1514211457dcdd6b1d5e40d3fa5a;p=brevno-suite%2Fhugo releaser: Prepare repository for 0.156.0-DEV [ci skip] --- diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 7ae9d7b77..6a661ce2f 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -19,7 +19,7 @@ import "github.com/gohugoio/hugo/common/version" // This should be the only one. var CurrentVersion = version.Version{ Major: 0, - Minor: 155, + Minor: 156, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } diff --git a/hugoreleaser.env b/hugoreleaser.env index 01bb5ca68..71e6a8b6d 100644 --- a/hugoreleaser.env +++ b/hugoreleaser.env @@ -1,7 +1,8 @@ # Release env. # These will be replaced by script before release. -HUGORELEASER_TAG=v0.154.5 -HUGORELEASER_COMMITISH=a6f99cca223a29cad1d4cdaa6a1a90508ac1da71 +HUGORELEASER_TAG=v0.155.0 +HUGORELEASER_COMMITISH=74c0bbfc6abce6a4f568c2b8c593a7fca9710e3f +