summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2020-03-24 08:21:09 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2020-03-24 08:21:09 +0000
commit73ae6d581dbd80ad4d4bfc211cbbed05c953e2e6 (patch)
tree9a9ca1009972019f63c7d055f106d8ee5f3a3272 /common
parente18a2ad3f4be161a25f59720958cffe2a5b745ca (diff)
releaser: Bump versions for release of 0.68.2
[ci skip]
Diffstat (limited to 'common')
-rw-r--r--common/hugo/version_current.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
index 5e46ae4dc..50f5cc04d 100644
--- a/common/hugo/version_current.go
+++ b/common/hugo/version_current.go
@@ -16,7 +16,7 @@ package hugo
// CurrentVersion represents the current build version.
// This should be the only one.
var CurrentVersion = Version{
- Number: 0.69,
- PatchLevel: 0,
- Suffix: "-DEV",
+ Number: 0.68,
+ PatchLevel: 2,
+ Suffix: "",
}