summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-04-25 13:23:15 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-04-25 13:23:15 +0000
commit391f59f996bee265ac4448103bd2739d4f397439 (patch)
treef94533e4541dd6c9c5f0ac3e83dfdcad9d2f8b24 /helpers
parent459935b291195862f4d1867b6d4407a327cbddbe (diff)
releaser: Prepare repository for 0.41-DEV
[ci skip]
Diffstat (limited to 'helpers')
-rw-r--r--helpers/hugo.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go
index d7601a390..14735b12a 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -123,9 +123,9 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
// CurrentHugoVersion represents the current build version.
// This should be the only one.
var CurrentHugoVersion = HugoVersion{
- Number: 0.40,
- PatchLevel: 1,
- Suffix: "",
+ Number: 0.41,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {