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:
b4d3195
)
Bumping Version
v0.12
author
spf13
<steve.francia@gmail.com>
Mon, 1 Sep 2014 14:05:05 +0000
(10:05 -0400)
committer
spf13
<steve.francia@gmail.com>
Mon, 1 Sep 2014 14:05:05 +0000
(10:05 -0400)
commands/version.go
patch
|
blob
|
history
diff --git
a/commands/version.go
b/commands/version.go
index 2d9526be317b353d7420b1775e3426a8b0e8286f..6c7d14cfbe511aa2addb1112930cae836abb818a 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.12
-DEV
")
+ fmt.Println("Hugo Static Site Generator v0.12")
},
}