diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 1ab92a684..e1cb5c745 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: 154, - PatchLevel: 0, - Suffix: "-DEV", + Minor: 153, + PatchLevel: 4, + Suffix: "", }