diff options
-rw-r--r-- | commands/new.go | 2 | ||||
-rw-r--r-- | common/hugo/version_current.go | 6 | ||||
-rw-r--r-- | hugoreleaser.env | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/commands/new.go b/commands/new.go index 83e759d69..640a776f1 100644 --- a/commands/new.go +++ b/commands/new.go @@ -348,7 +348,7 @@ description = "" homepage = "http://example.com/" tags = [] features = [] -min_version = "0.115.2" +min_version = "0.115.0" [author] name = "" diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index bdf2874ff..e53e75ce3 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -17,7 +17,7 @@ package hugo // This should be the only one. var CurrentVersion = Version{ Major: 0, - Minor: 115, - PatchLevel: 2, - Suffix: "", + Minor: 116, + PatchLevel: 0, + Suffix: "-DEV", } diff --git a/hugoreleaser.env b/hugoreleaser.env index c7b74f382..434e8daca 100644 --- a/hugoreleaser.env +++ b/hugoreleaser.env @@ -1,7 +1,8 @@ # Release env. # These will be replaced by script before release. -HUGORELEASER_TAG=v0.115.1 -HUGORELEASER_COMMITISH=857374e69358f788bd31ddc55255c5c8e3dcfd80 +HUGORELEASER_TAG=v0.115.2 +HUGORELEASER_COMMITISH=8966424e0e521fb1627216a84efd2c5d5917cb0d + |