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:
efc98a3
)
Bumping Version to 0.13-DEV
author
spf13
<steve.francia@gmail.com>
Wed, 3 Sep 2014 15:28:40 +0000
(11:28 -0400)
committer
spf13
<steve.francia@gmail.com>
Wed, 3 Sep 2014 15:28:40 +0000
(11:28 -0400)
commands/version.go
patch
|
blob
|
history
diff --git
a/commands/version.go
b/commands/version.go
index 6c7d14cfbe511aa2addb1112930cae836abb818a..c5490dda43821768aea8982e5d3cc331930092a2 100644
(file)
--- a/
commands/version.go
+++ b/
commands/version.go
@@
-24,6
+24,6
@@
var version = &cobra.Command{
Short: "Print the version number of Hugo",
Long: `All software has versions. This is Hugo's`,
Run: func(cmd *cobra.Command, args []string) {
- fmt.Println("Hugo Static Site Generator v0.1
2
")
+ fmt.Println("Hugo Static Site Generator v0.1
3-DEV
")
},
}