From e285153d7f75d13bb062101c0a66b0138a90a71c Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Sun, 28 May 2023 13:04:00 +0000 Subject: [PATCH] releaser: Bump versions for release of 0.112.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 6760bf719..fe6731299 100644 --- a/commands/new.go +++ b/commands/new.go @@ -341,7 +341,7 @@ description = "" homepage = "http://example.com/" tags = [] features = [] -min_version = "0.112.0" +min_version = "0.112.4" [author] name = "" diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index b101e532b..940d324b3 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: 113, - PatchLevel: 0, - Suffix: "-DEV", + Minor: 112, + PatchLevel: 4, + Suffix: "", }