summaryrefslogtreecommitdiffstats
path: root/helpers/hugo.go
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-02-05 15:24:52 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-02-05 15:24:52 +0000
commite02ee7d6ad73f39239cabf08ad2d255559343149 (patch)
tree986bf290d973a81b0684369348a81682f374f43b /helpers/hugo.go
parent18e3657a2a405b1bbfda2b49444546c0f1184853 (diff)
releaser: Prepare repository for 0.37-DEV
[ci skip]
Diffstat (limited to 'helpers/hugo.go')
-rw-r--r--helpers/hugo.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go
index 18815538c..c4c3f4a76 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.36,
+ Number: 0.37,
PatchLevel: 0,
- Suffix: "",
+ Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {