summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-07-25 08:58:54 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-07-25 08:58:54 +0000
commit0cae1cf8286b128295057d076c479c929f0febb3 (patch)
treec14afa42ac094f9f874e0a2b2d4e8ee293f8a8e2 /helpers
parent3b18042ee679ee71c30f581754700c4959b4963b (diff)
releaser: Prepare repository for 0.46-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 1bf5c1043..e6d503577 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.45,
- PatchLevel: 1,
- Suffix: "",
+ Number: 0.46,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {