From 0a95d6704a8ac8d41cc5ca8fffaad8c5c7a3754a Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Tue, 23 May 2023 08:14:20 +0000 Subject: [PATCH] releaser: Bump versions for release of 0.112.0 [ci skip] --- commands/new.go | 2 +- common/hugo/version_current.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/new.go b/commands/new.go index c3ba09162..8a2b02293 100644 --- a/commands/new.go +++ b/commands/new.go @@ -337,7 +337,7 @@ description = "" homepage = "http://example.com/" tags = [] features = [] -min_version = "0.41.0" +min_version = "0.112.0" [author] name = "" diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index f0813f449..ba3684713 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -19,5 +19,5 @@ var CurrentVersion = Version{ Major: 0, Minor: 112, PatchLevel: 0, - Suffix: "-DEV", + Suffix: "", }