There was an error while loading. Please reload this page.
1 parent b4128ba commit fe64a68Copy full SHA for fe64a68
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: 153,
+ Minor: 154,
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.152.2
4
-HUGORELEASER_COMMITISH=6abdacad3f3fe944ea42177844469139e81feda6
+HUGORELEASER_TAG=v0.153.0
+HUGORELEASER_COMMITISH=b4128babb839feaa962c00e777f0d2fe8d811f7d
5
+
6
7
8
0 commit comments