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:
a3d6e7c
)
Actually bumping the version
author
spf13
<steve.francia@gmail.com>
Thu, 29 May 2014 22:25:08 +0000
(18:25 -0400)
committer
spf13
<steve.francia@gmail.com>
Thu, 29 May 2014 22:45:21 +0000
(18:45 -0400)
commands/version.go
patch
|
blob
|
history
diff --git
a/commands/version.go
b/commands/version.go
index ec4e5c0c8faff35d1c3b78cea85be28b0a156afa..784255a193859b4c1aaeed2b12fae1884cfa9a73 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.11
-dev
")
+ fmt.Println("Hugo Static Site Generator v0.11")
},
}