summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-08-20 08:19:37 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-08-20 08:19:37 +0000
commita81c64e43e9ccec7c333ed9e864bbe076529682b (patch)
tree32483c08e4432cefa0cdc46580d477140c492a1a /helpers
parent7ef5096257e5208ebc99aa94ff0654c86b1487b3 (diff)
releaser: Prepare repository for 0.48-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 063089055..c44146c17 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -123,9 +123,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.47,
- PatchLevel: 1,
- Suffix: "",
+ Number: 0.48,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {