We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c7d3a commit 458ebddCopy full SHA for 458ebdd
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: 159,
23
- PatchLevel: 1,
24
- Suffix: "",
+ Minor: 160,
+ PatchLevel: 0,
+ 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.159.0
4
-HUGORELEASER_COMMITISH=2ed7d193cfdfcf11808fb2a921a9429423b0ebe9
+HUGORELEASER_TAG=v0.159.1
+HUGORELEASER_COMMITISH=86c7d3afacab79dc53325602d77ef884b7570268
5
+
6
7
8
0 commit comments