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:
9c1319c
)
version bump to v0.15
v0.15
author
Steve Francia
<steve.francia@gmail.com>
Wed, 25 Nov 2015 14:33:53 +0000
(09:33 -0500)
committer
Steve Francia
<steve.francia@gmail.com>
Wed, 25 Nov 2015 14:33:53 +0000
(09:33 -0500)
helpers/hugo.go
patch
|
blob
|
history
diff --git
a/helpers/hugo.go
b/helpers/hugo.go
index 85bc5b1964593ce2a58511f18c80ee33e694c932..47e4f1809772d93809d261e6f7f9718a3937dbca 100644
(file)
--- a/
helpers/hugo.go
+++ b/
helpers/hugo.go
@@
-19,7
+19,7
@@
import (
// this should be the only one
const HugoVersionNumber = 0.15
-const HugoVersionSuffix = "
-DEV
" // blank this when doing a release
+const HugoVersionSuffix = "" // blank this when doing a release
// HugoVersion returns the current Hugo version. It will include
// a suffix, typically '-DEV', if it's development version.