From 1363128962c9354404b78cb21d42faa6133658ad Mon Sep 17 00:00:00 2001 From: spf13 Date: Mon, 1 Sep 2014 10:05:05 -0400 Subject: [PATCH] Bumping Version --- commands/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/version.go b/commands/version.go index 2d9526be3..6c7d14cfb 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") }, }