summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2017-11-27 11:27:33 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2017-11-27 11:27:33 +0000
commit8a8ba63c7e54a1a8b9d7c7afe3e6cb507cae52e6 (patch)
treecec676858ddb9ddea95184a8920e51ed3cb241a5 /helpers
parentc1c04d74a0b2b061857350e35720c9dde99f4fac (diff)
releaser: Prepare repository for 0.32-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 0454b233c..a44c72fb3 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -93,9 +93,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.31,
- PatchLevel: 1,
- Suffix: "",
+ Number: 0.32,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {