diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 8acc3341e..be502515a 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -17,7 +17,7 @@ package hugo // This should be the only one. var CurrentVersion = Version{ Major: 0, - Minor: 133, - PatchLevel: 1, - Suffix: "", + Minor: 134, + PatchLevel: 0, + Suffix: "-DEV", } diff --git a/hugoreleaser.env b/hugoreleaser.env index 145cab866..988c80653 100644 --- a/hugoreleaser.env +++ b/hugoreleaser.env @@ -1,7 +1,8 @@ # Release env. # These will be replaced by script before release. -HUGORELEASER_TAG=v0.133.0 -HUGORELEASER_COMMITISH=c9777473d1369f812d727a6c07dc57ad7be7bf62 +HUGORELEASER_TAG=v0.133.1 +HUGORELEASER_COMMITISH=47d00202e7e61769ce4d14691e43b27852c9cce4 +