diff options
-rw-r--r-- | commands/new.go | 2 | ||||
-rw-r--r-- | common/hugo/version_current.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/new.go b/commands/new.go index 9fbd9bf6e..640a776f1 100644 --- a/commands/new.go +++ b/commands/new.go @@ -348,7 +348,7 @@ description = "" homepage = "http://example.com/" tags = [] features = [] -min_version = "0.114.0" +min_version = "0.115.0" [author] name = "" diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 0781570ad..6811dd33e 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -19,5 +19,5 @@ var CurrentVersion = Version{ Major: 0, Minor: 115, PatchLevel: 0, - Suffix: "-DEV", + Suffix: "", } |