From ca18cfef24c779ee9ca8edb3ea7e09b17a029c2e Mon Sep 17 00:00:00 2001 From: spf13 Date: Tue, 3 Jun 2014 14:39:46 -0400 Subject: [PATCH] Setting new version --- commands/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/version.go b/commands/version.go index 784255a19..2d9526be3 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.11") + fmt.Println("Hugo Static Site Generator v0.12-DEV") }, }