summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2019-04-08 16:42:12 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2019-04-08 16:42:12 +0000
commitee4274244b574a4d8acca6fd80b83c4f1d3d0b73 (patch)
tree1b1f1785b9c66911bfbf3a363aa622222eb7b830 /common
parent4333cc77feefcba447425857ff3f371acb286c4a (diff)
releaser: Prepare repository for 0.56.0-DEV
[ci skip]
Diffstat (limited to 'common')
-rw-r--r--common/hugo/version_current.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
index ce3b82899..d296efcc8 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.55,
+ Number: 0.56,
PatchLevel: 0,
- Suffix: "",
+ Suffix: "-DEV",
}