diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 72f96cc46..08da3b4bd 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: 119, + Minor: 120, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } diff --git a/hugoreleaser.env b/hugoreleaser.env index 082810fff..239b48b2c 100644 --- a/hugoreleaser.env +++ b/hugoreleaser.env @@ -1,7 +1,8 @@ # Release env. # These will be replaced by script before release. -HUGORELEASER_TAG=v0.118.2 -HUGORELEASER_COMMITISH=da7983ac4b94d97d776d7c2405040de97e95c03d +HUGORELEASER_TAG=v0.119.0 +HUGORELEASER_COMMITISH=b84644c008e0dc2c4b67bd69cccf87a41a03937e +