From dc9524521270f81d1c038ebbb200f0cfa3427cc5 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 20 Jul 2023 06:49:57 +0000 Subject: releaser: Bump versions for release of 0.115.4 [ci skip] --- commands/new.go | 2 +- common/hugo/version_current.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/new.go b/commands/new.go index 640a776f1..aadb5a34d 100644 --- a/commands/new.go +++ b/commands/new.go @@ -348,7 +348,7 @@ description = "" homepage = "http://example.com/" tags = [] features = [] -min_version = "0.115.0" +min_version = "0.115.4" [author] name = "" diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index e53e75ce3..d8ec52715 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -17,7 +17,7 @@ package hugo // This should be the only one. var CurrentVersion = Version{ Major: 0, - Minor: 116, - PatchLevel: 0, - Suffix: "-DEV", + Minor: 115, + PatchLevel: 4, + Suffix: "", } -- cgit v1.2.3