Bumping Version to 0.13-DEV
authorspf13 <steve.francia@gmail.com>
Wed, 3 Sep 2014 15:28:40 +0000 (11:28 -0400)
committerspf13 <steve.francia@gmail.com>
Wed, 3 Sep 2014 15:28:40 +0000 (11:28 -0400)
commands/version.go

index 6c7d14cfbe511aa2addb1112930cae836abb818a..c5490dda43821768aea8982e5d3cc331930092a2 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")
+               fmt.Println("Hugo Static Site Generator v0.13-DEV")
        },
 }