There was an error while loading. Please reload this page.
1 parent 9c1319c commit 6faf1d0Copy full SHA for 6faf1d0
helpers/hugo.go
@@ -19,7 +19,7 @@ import (
19
20
// this should be the only one
21
const HugoVersionNumber = 0.15
22
-const HugoVersionSuffix = "-DEV" // blank this when doing a release
+const HugoVersionSuffix = "" // blank this when doing a release
23
24
// HugoVersion returns the current Hugo version. It will include
25
// a suffix, typically '-DEV', if it's development version.
0 commit comments