From: spf13 Date: Tue, 3 Jun 2014 18:39:46 +0000 (-0400) Subject: Setting new version X-Git-Tag: v0.12~93 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ca18cfef24c779ee9ca8edb3ea7e09b17a029c2e;p=brevno-suite%2Fhugo Setting new version --- diff --git a/commands/version.go b/commands/version.go index 784255a1..2d9526be 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") }, }