diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 864dbecfe..d9d0627a5 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: 162, - PatchLevel: 0, - Suffix: "-DEV", + Minor: 161, + PatchLevel: 1, + Suffix: "", }