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:
8bc390d
)
release: version bump to 0.17
author
Steve Francia
<steve.francia@gmail.com>
Fri, 7 Oct 2016 14:08:57 +0000
(10:08 -0400)
committer
Steve Francia
<steve.francia@gmail.com>
Fri, 7 Oct 2016 14:08:57 +0000
(10:08 -0400)
helpers/hugo.go
patch
|
blob
|
history
diff --git
a/helpers/hugo.go
b/helpers/hugo.go
index 15737c10dc233e130ff08fe181c5cfc51444a044..b12e665cc52aac177ac0fd4d508fa8409be03ba1 100644
(file)
--- a/
helpers/hugo.go
+++ b/
helpers/hugo.go
@@
-23,7
+23,8
@@
const HugoVersionNumber = 0.17
// HugoVersionSuffix is the suffix used in the Hugo version string.
// It will be blank for release versions.
-const HugoVersionSuffix = "-DEV" // blank this when doing a release
+// const HugoVersionSuffix = "-DEV" // use this when not doing a release
+const HugoVersionSuffix = "" // use this line when doing a release
// HugoVersion returns the current Hugo version. It will include
// a suffix, typically '-DEV', if it's development version.