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:
0447c75
)
Bumping version to v0.11-dev
author
spf13
<steve.francia@gmail.com>
Wed, 5 Mar 2014 03:03:31 +0000
(22:03 -0500)
committer
spf13
<steve.francia@gmail.com>
Wed, 5 Mar 2014 03:03:31 +0000
(22:03 -0500)
commands/version.go
patch
|
blob
|
history
diff --git
a/commands/version.go
b/commands/version.go
index 8fb3202ed753fed00e233d1e1f0bc41d50a7a1cb..95f676a8c5bcd7373f753a30be71fb112ba85907 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.1
0
")
+ fmt.Println("Hugo Static Site Generator v0.1
1-dev
")
},
}