summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-07-22 12:12:08 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-07-22 12:12:08 +0000
commit3a6784b162d4a2d9bcf687c4557e09bcf69ad2be (patch)
tree72d82b10d9e38462b0dfbe269e9da55b58d64452 /helpers
parent48d7a641d029f85a3d65140b72dd9c7c7bf452b5 (diff)
releaser: Prepare repository for 0.46-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 3ff7a154a..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,
+ Number: 0.46,
PatchLevel: 0,
- Suffix: "",
+ Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {