Bumping Version

This commit is contained in:
spf13 2014-09-01 10:05:05 -04:00
parent b4d3195f65
commit 1363128962
1 changed files with 1 additions and 1 deletions

View File

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