diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 0ccecb3e3..a717038bd 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -17,6 +17,6 @@ package hugo // This should be the only one. var CurrentVersion = Version{ Number: 0.86, - PatchLevel: 0, + PatchLevel: 1, Suffix: "", }