Bumping version to v0.11-dev

This commit is contained in:
spf13 2014-03-04 22:03:31 -05:00
parent 0447c7598b
commit 3a0ab5a3dd
1 changed files with 1 additions and 1 deletions

View File

@ -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.10")
fmt.Println("Hugo Static Site Generator v0.11-dev")
},
}