diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index a33ff510630..0603fa5968c 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -19,5 +19,5 @@ var CurrentVersion = Version{ Major: 0, Minor: 133, PatchLevel: 0, - Suffix: "-DEV", + Suffix: "", }