There was an error while loading. Please reload this page.
1 parent 0b71db2 commit f42c422Copy full SHA for f42c422
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: 154,
+ Minor: 155,
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.153.5
4
-HUGORELEASER_COMMITISH=1f2de189edc4e16ff3b51c299247628fecbe53e7
+HUGORELEASER_TAG=v0.154.0
+HUGORELEASER_COMMITISH=0b71db299a2bd89be876d7dc972ded03a222f560
5
+
6
7
8
0 commit comments