summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2017-09-11 05:33:02 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2017-09-11 05:33:02 +0000
commit0375cbd025cad23b63d3d3bd3e343aa6dd17aafa (patch)
tree34845c4e7a14c7442e125c6af862dd4c23e3504d /helpers
parent01fdf6d26cb952487420cc276ed617a3a1ee1e1f (diff)
releaser: Prepare repository for 0.28-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 d010795d7..7e22099a8 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.27,
+ Number: 0.28,
PatchLevel: 0,
- Suffix: "",
+ Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {