releaser: Bump versions for release of 0.114.1 - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit e9b716ad9869b79e7c374bbdae4daf5ee6406bd4
DIR parent ae31dbdd1ed51b79574bdd3b67dc028718af0eb4
HTML Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Date: Fri, 23 Jun 2023 11:02:58 +0000
releaser: Bump versions for release of 0.114.1
[ci skip]
Diffstat:
M commands/new.go | 2 +-
M common/hugo/version_current.go | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
DIR diff --git a/commands/new.go b/commands/new.go
@@ -341,7 +341,7 @@ description = ""
homepage = "http://example.com/"
tags = []
features = []
-min_version = "0.114.0"
+min_version = "0.114.1"
[author]
name = ""
DIR diff --git 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: 115,
- PatchLevel: 0,
- Suffix: "-DEV",
+ Minor: 114,
+ PatchLevel: 1,
+ Suffix: "",
}