From 3e1ea030a5897addaf9d113d0826709fe07f77c0 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Tue, 1 Aug 2023 07:24:54 +0000 Subject: releaser: Bump versions for release of 0.116.1 [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 42644d7f6..0acff012d 100644 --- a/commands/new.go +++ b/commands/new.go @@ -348,7 +348,7 @@ description = "" homepage = "http://example.com/" tags = [] features = [] -min_version = "0.116.0" +min_version = "0.116.1" [author] name = "" diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 762734fcd..213b8d9a0 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: 117, - PatchLevel: 0, - Suffix: "-DEV", + Minor: 116, + PatchLevel: 1, + Suffix: "", } -- cgit v1.2.3