diff options
author | hugoreleaser <[email protected]> | 2017-11-27 11:26:08 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2017-11-27 11:26:08 +0000 |
commit | aa68205d168b0c6dd09b6af3403be2631bab3152 (patch) | |
tree | 9a9c2fcd1f223b8fb7bd3a1923564b38fc9516e4 /helpers/hugo.go | |
parent | 94115888e3dca17ebaa754f78d043f380588d3bb (diff) | |
download | hugo-aa68205d168b0c6dd09b6af3403be2631bab3152.tar.gz hugo-aa68205d168b0c6dd09b6af3403be2631bab3152.zip |
releaser: Bump versions for release of 0.31.1
[ci skip]
Diffstat (limited to 'helpers/hugo.go')
-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 a44c72fb3..0454b233c 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.32, - PatchLevel: 0, - Suffix: "-DEV", + Number: 0.31, + PatchLevel: 1, + Suffix: "", } func hugoVersion(version float32, patchVersion int, suffix string) string { |