summaryrefslogtreecommitdiffstats
path: root/helpers/hugo.go
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2017-10-19 05:43:34 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2017-10-19 05:43:34 +0000
commitbc53cd7b159037ba94b79ee101ba42176035a7d8 (patch)
treee59968f97b7138e673cd31f51a1682d03c79d2a2 /helpers/hugo.go
parent4e07b4144f4afa3e23564fc8025c4e4fa58f5092 (diff)
releaser: Prepare repository for 0.31-DEV
[ci skip]
Diffstat (limited to 'helpers/hugo.go')
-rw-r--r--helpers/hugo.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go
index 0e266dfc2..29c3a3b87 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.30,
- PatchLevel: 1,
- Suffix: "",
+ Number: 0.31,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {