diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 5bb1e4b6d..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, + Minor: 164, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } diff --git a/hugoreleaser.env b/hugoreleaser.env index 46643da1d..5fb4d58db 100644 --- a/hugoreleaser.env +++ b/hugoreleaser.env @@ -1,7 +1,8 @@ # Release env. # These will be replaced by script before release. -HUGORELEASER_TAG=v0.162.1 -HUGORELEASER_COMMITISH=bba860e3eda3091efe8c6d1a96bc49a29ad2d5f6 +HUGORELEASER_TAG=v0.163.0 +HUGORELEASER_COMMITISH=4a9485336a3ff2cea07ab88e2a17ec34d5baaa6e +