summaryrefslogtreecommitdiffhomepage
path: root/helpers
diff options
context:
space:
mode:
authorhugoreleaser <[email protected]>2017-10-16 08:40:34 +0000
committerhugoreleaser <[email protected]>2017-10-16 08:40:34 +0000
commit45e0908b86f3615cc03a4fe81b7cd9629be0f468 (patch)
tree0020ee498968dcbf48acb05b6d3151e283051f78 /helpers
parent41180c51e128eaf85773c6a1b47236aef94f947f (diff)
downloadhugo-45e0908b86f3615cc03a4fe81b7cd9629be0f468.tar.gz
hugo-45e0908b86f3615cc03a4fe81b7cd9629be0f468.zip
releaser: Prepare repository for 0.31-DEV
[ci skip]
Diffstat (limited to 'helpers')
-rw-r--r--helpers/hugo.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go
index 5d411cbd5..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,
+ Number: 0.31,
PatchLevel: 0,
- Suffix: "",
+ Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {