From: spf13 Date: Mon, 1 Sep 2014 14:05:05 +0000 (-0400) Subject: Bumping Version X-Git-Tag: v0.12 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1363128962c9354404b78cb21d42faa6133658ad;p=brevno-suite%2Fhugo Bumping Version --- diff --git a/commands/version.go b/commands/version.go index 2d9526be..6c7d14cf 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-DEV") + fmt.Println("Hugo Static Site Generator v0.12") }, }