Skip to content

Commit 3c9b41f

Browse files
committed
releaser: Prepare repository for 0.157.0-DEV
[ci skip]
1 parent 9d91472 commit 3c9b41f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

common/hugo/version_current.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import "github.com/gohugoio/hugo/common/version"
1919
// This should be the only one.
2020
var CurrentVersion = version.Version{
2121
Major: 0,
22-
Minor: 156,
22+
Minor: 157,
2323
PatchLevel: 0,
24-
Suffix: "",
24+
Suffix: "-DEV",
2525
}

hugoreleaser.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Release env.
22
# These will be replaced by script before release.
3-
HUGORELEASER_TAG=v0.155.3
4-
HUGORELEASER_COMMITISH=8a858213b73907e823e2be2b5640a0ce4c04d295
3+
HUGORELEASER_TAG=v0.156.0
4+
HUGORELEASER_COMMITISH=9d914726dee87b0e8e3d7890d660221bde372eec
5+
56

67

78

0 commit comments

Comments
 (0)