We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d91472 commit 3c9b41fCopy full SHA for 3c9b41f
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: 156,
+ Minor: 157,
23
PatchLevel: 0,
24
- Suffix: "",
+ 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.3
4
-HUGORELEASER_COMMITISH=8a858213b73907e823e2be2b5640a0ce4c04d295
+HUGORELEASER_TAG=v0.156.0
+HUGORELEASER_COMMITISH=9d914726dee87b0e8e3d7890d660221bde372eec
5
+
6
7
8
0 commit comments