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 479fe6c commit 5f4646aCopy full SHA for 5f4646a
1 file changed
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: 160,
23
- PatchLevel: 0,
24
- Suffix: "-DEV",
+ Minor: 159,
+ PatchLevel: 2,
+ Suffix: "",
25
}
0 commit comments