releaser: Prepare repository for 0.138.0-DEV - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit b7861e586eb3e35c56ff0580de244f939596f7f4
(DIR) parent 59c115813595cba1b1c0e70b867e734992648d1b
(HTM) Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Date: Mon, 4 Nov 2024 16:19:39 +0000
releaser: Prepare repository for 0.138.0-DEV
[ci skip]
Diffstat:
M common/hugo/version_current.go | 4 ++--
M hugoreleaser.env | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
---
(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: 137,
+ Minor: 138,
PatchLevel: 0,
- Suffix: "",
+ Suffix: "-DEV",
}
(DIR) diff --git a/hugoreleaser.env b/hugoreleaser.env
@@ -1,7 +1,8 @@
# Release env.
# These will be replaced by script before release.
-HUGORELEASER_TAG=v0.136.5
-HUGORELEASER_COMMITISH=46cccb021bc6425455f4eec093f5cc4a32f1d12c
+HUGORELEASER_TAG=v0.137.0
+HUGORELEASER_COMMITISH=59c115813595cba1b1c0e70b867e734992648d1b
+