From dbaa15d40f9f748341ef31a7998efe98d6594f36 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 20 Feb 2020 13:42:26 +0000 Subject: [PATCH] releaser: Bump versions for release of 0.65.1 [ci skip] --- common/hugo/version_current.go | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index f2a9e15dd..fa4d07d5f 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.65, - PatchLevel: 0, + PatchLevel: 1, Suffix: "", } diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index dfbb56f62..b074b0fc2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: hugo -version: "0.65.0" +version: "0.65.1" summary: Fast and Flexible Static Site Generator description: | Hugo is a static HTML and CSS website generator written in Go. It is