summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-07-25 08:56:21 +0000
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2018-07-25 08:56:21 +0000
commite38843f4bf40175abd70cb7a577768a9bd702841 (patch)
treee120c134c869d927d4150b952e22ffd53d93b5b3 /helpers
parent87f0dc14ab65d19500144bf6faa2bf37dfd7f7c3 (diff)
releaser: Bump versions for release of 0.45.1
[ci skip]
Diffstat (limited to 'helpers')
-rw-r--r--helpers/hugo.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go
index e6d503577..1bf5c1043 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -123,9 +123,9 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
// CurrentHugoVersion represents the current build version.
// This should be the only one.
var CurrentHugoVersion = HugoVersion{
- Number: 0.46,
- PatchLevel: 0,
- Suffix: "-DEV",
+ Number: 0.45,
+ PatchLevel: 1,
+ Suffix: "",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {