Skip to content

Commit 458ebdd

Browse files
committed
releaser: Prepare repository for 0.160.0-DEV
[ci skip]
1 parent 86c7d3a commit 458ebdd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

common/hugo/version_current.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import "github.com/gohugoio/hugo/common/version"
1919
// This should be the only one.
2020
var CurrentVersion = version.Version{
2121
Major: 0,
22-
Minor: 159,
23-
PatchLevel: 1,
24-
Suffix: "",
22+
Minor: 160,
23+
PatchLevel: 0,
24+
Suffix: "-DEV",
2525
}

hugoreleaser.env

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Release env.
22
# These will be replaced by script before release.
3-
HUGORELEASER_TAG=v0.159.0
4-
HUGORELEASER_COMMITISH=2ed7d193cfdfcf11808fb2a921a9429423b0ebe9
3+
HUGORELEASER_TAG=v0.159.1
4+
HUGORELEASER_COMMITISH=86c7d3afacab79dc53325602d77ef884b7570268
5+
56

67

78

0 commit comments

Comments
 (0)