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:
6af9d67
)
bumping master version to v0.15-DEV
author
spf13
<steve.francia@gmail.com>
Tue, 26 May 2015 01:46:29 +0000
(21:46 -0400)
committer
spf13
<steve.francia@gmail.com>
Tue, 26 May 2015 01:46:29 +0000
(21:46 -0400)
helpers/hugo.go
patch
|
blob
|
history
diff --git
a/helpers/hugo.go
b/helpers/hugo.go
index a6e4d4ddfcb9cd20bb892555f879799b1faada9d..2d0ae5d4b02a5a9620a939ff455f38cdada630bd 100644
(file)
--- a/
helpers/hugo.go
+++ b/
helpers/hugo.go
@@
-23,8
+23,8
@@
import (
)
// this should be the only one
-const hugoVersionMain = 0.1
4
-const hugoVersionSuffix = "" // blank this when doing a release
+const hugoVersionMain = 0.1
5
+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.