Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/hugo.go')
-rw-r--r--helpers/hugo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go
index ef61074c3..8dee81b44 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -64,7 +64,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
var CurrentHugoVersion = HugoVersion{
Number: 0.24,
PatchLevel: 0,
- Suffix: "-DEV",
+ Suffix: "",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {