diff options
author | hugoreleaser <[email protected]> | 2018-05-25 16:59:45 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-05-27 10:30:06 +0200 |
commit | 5241f0baeea302219f25769b38e197c2b7be3a1d (patch) | |
tree | 94ea2569fa24be9742cccb1739bc9b317a49f504 /helpers | |
parent | b5b36e32008bc8ea779ae06bf249b537f6d5c336 (diff) | |
download | hugo-5241f0baeea302219f25769b38e197c2b7be3a1d.tar.gz hugo-5241f0baeea302219f25769b38e197c2b7be3a1d.zip |
releaser: Prepare repository for 0.42-DEV
[ci skip]
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/hugo.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go index ee89c1312..929b17020 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.41, + Number: 0.42, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } func hugoVersion(version float32, patchVersion int, suffix string) string { |