From 9df2ec7988e5a217a14901cc76c0b7e76b2e9f02 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 19 Jun 2023 17:01:43 +0000 Subject: [PATCH] releaser: Bump versions for release of 0.114.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 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: "", }