diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index dbdf0498ce1..2b6df48c915 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -18,6 +18,6 @@ package hugo var CurrentVersion = Version{ Major: 0, Minor: 123, - PatchLevel: 0, + PatchLevel: 1, Suffix: "", }