diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 351b4a978..06693a9de 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: 155, - PatchLevel: 0, - Suffix: "-DEV", + Minor: 154, + PatchLevel: 2, + Suffix: "", }