diff options
author | hugoreleaser <[email protected]> | 2018-01-31 10:47:09 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2018-01-31 10:47:09 +0000 |
commit | 19e26cb4ebdc17ad190a0058b347ac46ed75f4c8 (patch) | |
tree | 079999b22f136582b3c2c9b9fe4ff85c3321824e /helpers | |
parent | 0283db6c603d5e3b7501a8cb024ee509e8a71d61 (diff) | |
download | hugo-19e26cb4ebdc17ad190a0058b347ac46ed75f4c8.tar.gz hugo-19e26cb4ebdc17ad190a0058b347ac46ed75f4c8.zip |
releaser: Prepare repository for 0.36-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 d9571396a..6d3a5475b 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -93,9 +93,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.35, + Number: 0.36, PatchLevel: 0, - Suffix: "", + Suffix: "-DEV", } func hugoVersion(version float32, patchVersion int, suffix string) string { |