diff options
author | hugoreleaser <[email protected]> | 2018-04-30 06:50:00 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2018-04-30 06:50:00 +0000 |
commit | 8b03c51eae88339b3af0e0d55d60e0b44cff3868 (patch) | |
tree | 2fdac0ff9aaa6c84f2d6cf70ccc9e331cdb7f862 /helpers | |
parent | 5a9d1324d88a0ed03f6a58f8aa447761b3fd20f0 (diff) | |
download | hugo-8b03c51eae88339b3af0e0d55d60e0b44cff3868.tar.gz hugo-8b03c51eae88339b3af0e0d55d60e0b44cff3868.zip |
releaser: Prepare repository for 0.41-DEV
[ci skip]
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/hugo.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go index 9ff738905..14735b12a 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.40, - PatchLevel: 2, - Suffix: "", + Number: 0.41, + PatchLevel: 0, + Suffix: "-DEV", } func hugoVersion(version float32, patchVersion int, suffix string) string { |