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:
ad2c0b5
)
Version bump 0.9
author
spf13
<steve.francia@gmail.com>
Sat, 16 Nov 2013 02:43:46 +0000
(21:43 -0500)
committer
spf13
<steve.francia@gmail.com>
Sat, 16 Nov 2013 02:43:46 +0000
(21:43 -0500)
commands/version.go
patch
|
blob
|
history
diff --git
a/commands/version.go
b/commands/version.go
index d5729f00a0be434657fb2fb2ad4e043d690d5f4e..fe3deddf0c01c617ea601f3142345f362900b1f4 100644
(file)
--- a/
commands/version.go
+++ b/
commands/version.go
@@
-23,6
+23,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.9
-- HEAD
")
+ fmt.Println("Hugo Static Site Generator v0.9")
},
}