projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
601a2ce
)
Hyphenate DEV version
author
bep
<bjorn.erik.pedersen@gmail.com>
Tue, 26 May 2015 20:44:40 +0000
(22:44 +0200)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Tue, 26 May 2015 20:44:39 +0000
(22:44 +0200)
helpers/hugo.go
patch
|
blob
|
history
diff --git
a/helpers/hugo.go
b/helpers/hugo.go
index 2d0ae5d4b02a5a9620a939ff455f38cdada630bd..35466a7dcc742d44e168d2ebfca9934819faec54 100644
(file)
--- a/
helpers/hugo.go
+++ b/
helpers/hugo.go
@@
-24,7
+24,7
@@
import (
// this should be the only one
const hugoVersionMain = 0.15
-const hugoVersionSuffix = "DEV" // blank this when doing a release
+const hugoVersionSuffix = "
-
DEV" // blank this when doing a release
// HugoVersion returns the current Hugo version. It will include
// a suffix, typically '-DEV', if it's development version.