Skip to content

Commit ee91280

Browse files
committed
releaser: Prepare repository for 0.156.0-DEV
[ci skip]
1 parent 8a85821 commit ee91280

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

common/hugo/version_current.go

Lines changed: 3 additions & 3 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: 155,
23-
PatchLevel: 3,
24-
Suffix: "",
22+
Minor: 156,
23+
PatchLevel: 0,
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.2
4-
HUGORELEASER_COMMITISH=d8c0dfccf72ab43db2b2bca1483a61c8660021d9
3+
HUGORELEASER_TAG=v0.155.3
4+
HUGORELEASER_COMMITISH=8a858213b73907e823e2be2b5640a0ce4c04d295
5+
56

67

78

0 commit comments

Comments
 (0)