Bumping Version v0.12
authorspf13 <steve.francia@gmail.com>
Mon, 1 Sep 2014 14:05:05 +0000 (10:05 -0400)
committerspf13 <steve.francia@gmail.com>
Mon, 1 Sep 2014 14:05:05 +0000 (10:05 -0400)
commands/version.go

index 2d9526be317b353d7420b1775e3426a8b0e8286f..6c7d14cfbe511aa2addb1112930cae836abb818a 100644 (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")
        },
 }