summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-04-09 08:19:32 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-04-09 08:19:32 +0000
commitd7f47b780c18b1cfe364a0ab9bd48509ddd4a287 (patch)
treecd7630c20fc01cbcf8de2d208347af1728dabb1a /helpers
parent712c0fdfe6e76920a96ec493e5ce6f78bcaa4b20 (diff)
releaser: Prepare repository for 0.39-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 96882cd1f..914b8de3a 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.38,
- PatchLevel: 2,
- Suffix: "",
+ Number: 0.39,
+ PatchLevel: 0,
+ Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {