diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 9aecdef46..351b4a978 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: 154, - PatchLevel: 4, - Suffix: "", + Minor: 155, + PatchLevel: 0, + Suffix: "-DEV", } diff --git a/hugoreleaser.env b/hugoreleaser.env index 9a9ebf813..f5e72bb8b 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.3 -HUGORELEASER_COMMITISH=b1c1bd019f4d65d4ebc979e2157279bb229b457f +HUGORELEASER_TAG=v0.154.4 +HUGORELEASER_COMMITISH=fbcf0d52a1c34b976ef3960f7ef245d3583dd053 +