diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index f82bec354..141b88d57 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: 146, - PatchLevel: 6, - Suffix: "", + Minor: 147, + PatchLevel: 0, + Suffix: "-DEV", } diff --git a/hugoreleaser.env b/hugoreleaser.env index 6ea1c7a70..1a51a532e 100644 --- a/hugoreleaser.env +++ b/hugoreleaser.env @@ -1,7 +1,8 @@ # Release env. # These will be replaced by script before release. -HUGORELEASER_TAG=v0.146.5 -HUGORELEASER_COMMITISH=61328976e11cbb9d906b4a790b8a7cd25b2a914f +HUGORELEASER_TAG=v0.146.6 +HUGORELEASER_COMMITISH=1e0b058efe8d6e236bc7c8d6981d9bfb1443178e +