summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-04-05 16:39:05 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-04-05 16:39:05 +0000
commite7d87e2410fce27b3519bdb360e6d2f0ccfedb0e (patch)
treee8f0a3bfd8614a02d0dd0bdd4c1490714ce090ea /helpers
parentc475eab474a6ec6c12949694590913c1a0cf81f6 (diff)
releaser: Prepare repository for 0.39-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 436ce6cbf..914b8de3a 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.38,
- PatchLevel: 1,
- Suffix: "",
+ Number: 0.39,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {