diff --git a/commands/new.go b/commands/new.go index 957697be488..1b2a412fdb4 100644 --- a/commands/new.go +++ b/commands/new.go @@ -341,7 +341,7 @@ description = "" homepage = "http://example.com/" tags = [] features = [] -min_version = "0.113.0" +min_version = "0.114.0" [author] name = "" diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 7acb7bd8ab0..d36175faf5f 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -19,5 +19,5 @@ var CurrentVersion = Version{ Major: 0, Minor: 114, PatchLevel: 0, - Suffix: "-DEV", + Suffix: "", }