From: spf13 Date: Wed, 3 Sep 2014 15:28:40 +0000 (-0400) Subject: Bumping Version to 0.13-DEV X-Git-Tag: v0.13~430 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7b3df238;p=brevno-suite%2Fhugo Bumping Version to 0.13-DEV --- diff --git a/commands/version.go b/commands/version.go index 6c7d14cf..c5490dda 100644 --- a/commands/version.go +++ b/commands/version.go @@ -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") }, }