There was an error while loading. Please reload this page.
1 parent 0a5fd8e commit 463e440Copy full SHA for 463e440
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: 147,
21
- PatchLevel: 6,
22
- Suffix: "",
+ Minor: 148,
+ PatchLevel: 0,
+ 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.147.5
4
-HUGORELEASER_COMMITISH=7766fc62416ff95ed7768c19947ac0fcd96444cc
+HUGORELEASER_TAG=v0.147.6
+HUGORELEASER_COMMITISH=0a5fd8ebb8e2ca798515e8c564c14e32db3b4127
5
+
6
7
8
0 commit comments