diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 64df859d5..a23f4807d 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: 165, + Minor: 166, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } diff --git a/hugoreleaser.env b/hugoreleaser.env index 46daea59b..952e9764a 100644 --- a/hugoreleaser.env +++ b/hugoreleaser.env @@ -1,7 +1,8 @@ # Release env. # These will be replaced by script before release. -HUGORELEASER_TAG=v0.164.0 -HUGORELEASER_COMMITISH=ce2470e7012b5ab5fc4e10ebe4027e9f8d9e00dc +HUGORELEASER_TAG=v0.165.0 +HUGORELEASER_COMMITISH=76a5e1880ab46688155b02e99bab9be2a6134492 +