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:
6faf1d0
)
Version bump to 0.16-DEV
author
Steve Francia
<steve.francia@gmail.com>
Wed, 25 Nov 2015 14:49:03 +0000
(09:49 -0500)
committer
Steve Francia
<steve.francia@gmail.com>
Wed, 25 Nov 2015 14:49:03 +0000
(09:49 -0500)
helpers/hugo.go
patch
|
blob
|
history
diff --git
a/helpers/hugo.go
b/helpers/hugo.go
index 47e4f1809772d93809d261e6f7f9718a3937dbca..1987655b1cb5f41a84a780a57bf96c156af47235 100644
(file)
--- a/
helpers/hugo.go
+++ b/
helpers/hugo.go
@@
-18,8
+18,8
@@
import (
)
// this should be the only one
-const HugoVersionNumber = 0.1
5
-const HugoVersionSuffix = "" // blank this when doing a release
+const HugoVersionNumber = 0.1
6
+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.