diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index e93c48ebc..1bbcc7aaa 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: 163, - PatchLevel: 2, - Suffix: "", + Minor: 164, + PatchLevel: 0, + Suffix: "-DEV", } diff --git a/hugoreleaser.env b/hugoreleaser.env index 119a198ab..0e70baa46 100644 --- a/hugoreleaser.env +++ b/hugoreleaser.env @@ -1,7 +1,8 @@ # Release env. # These will be replaced by script before release. -HUGORELEASER_TAG=v0.163.1 -HUGORELEASER_COMMITISH=2a4fd58818ffdf45bbb2a97ab119bb4c46cd93f0 +HUGORELEASER_TAG=v0.163.2 +HUGORELEASER_COMMITISH=19a5cec0b9618163bb519487382e861d29edf383 +