ref: 3a0ab5a3ddc4b8a83fce6f390be70aaa6f2cb82d
parent: 0447c7598b406b706999cc06fb347eb4a4e2ff5b
author: spf13 <[email protected]>
date: Tue Mar 4 17:03:31 EST 2014
Bumping version to v0.11-dev
--- a/commands/version.go
+++ b/commands/version.go
@@ -23,6 +23,6 @@
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.10")
+ fmt.Println("Hugo Static Site Generator v0.11-dev")
},
}