We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a85821 commit ee91280Copy full SHA for ee91280
common/hugo/version_current.go
@@ -19,7 +19,7 @@ import "github.com/gohugoio/hugo/common/version"
19
// This should be the only one.
20
var CurrentVersion = version.Version{
21
Major: 0,
22
- Minor: 155,
23
- PatchLevel: 3,
24
- Suffix: "",
+ Minor: 156,
+ PatchLevel: 0,
+ Suffix: "-DEV",
25
}
hugoreleaser.env
@@ -1,7 +1,8 @@
1
# Release env.
2
# These will be replaced by script before release.
3
-HUGORELEASER_TAG=v0.155.2
4
-HUGORELEASER_COMMITISH=d8c0dfccf72ab43db2b2bca1483a61c8660021d9
+HUGORELEASER_TAG=v0.155.3
+HUGORELEASER_COMMITISH=8a858213b73907e823e2be2b5640a0ce4c04d295
5
+
6
7
8
0 commit comments