summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rw-r--r--helpers/hugo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go
index 5e001c272..501ccd92b 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -127,7 +127,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
var CurrentHugoVersion = HugoVersion{
Number: 0.51,
PatchLevel: 0,
- Suffix: "-DEV",
+ Suffix: "",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {