From: hugoreleaser Date: Fri, 30 Jan 2026 10:32:56 +0000 (+0000) Subject: releaser: Prepare repository for 0.156.0-DEV X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=10352335e04c4779e101b6d40202dd90a170dda0;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 f679eb9e5..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, - PatchLevel: 1, - Suffix: "", + Minor: 156, + PatchLevel: 0, + Suffix: "-DEV", } diff --git a/hugoreleaser.env b/hugoreleaser.env index 71e6a8b6d..df3caf488 100644 --- a/hugoreleaser.env +++ b/hugoreleaser.env @@ -1,7 +1,8 @@ # Release env. # These will be replaced by script before release. -HUGORELEASER_TAG=v0.155.0 -HUGORELEASER_COMMITISH=74c0bbfc6abce6a4f568c2b8c593a7fca9710e3f +HUGORELEASER_TAG=v0.155.1 +HUGORELEASER_COMMITISH=f23576f2fb8d1b45d981a5e87e75b4cefa381592 +