There was an error while loading. Please reload this page.
1 parent 06bc2c1 commit 0ccbc63Copy full SHA for 0ccbc63
common/hugo/version_current.go
@@ -17,7 +17,7 @@ package hugo
17
// This should be the only one.
18
var CurrentVersion = Version{
19
Major: 0,
20
- Minor: 152,
+ Minor: 153,
21
PatchLevel: 0,
22
- Suffix: "",
+ Suffix: "-DEV",
23
}
hugoreleaser.env
@@ -1,7 +1,8 @@
1
# Release env.
2
# These will be replaced by script before release.
3
-HUGORELEASER_TAG=v0.151.2
4
-HUGORELEASER_COMMITISH=a3574f6f70c9b272e3de53cf976018ee3ff16fd1
+HUGORELEASER_TAG=v0.152.0
+HUGORELEASER_COMMITISH=06bc2c16c0c0bbff7e662fbeef7ead6f9c55ea0d
5
+
6
7
8
0 commit comments