From: spf13 Date: Thu, 29 May 2014 22:25:08 +0000 (-0400) Subject: Actually bumping the version X-Git-Tag: v0.11~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2b90779f0fe5dc9a852a840ec8f00d9ecdfc2413;p=brevno-suite%2Fhugo Actually bumping the version --- diff --git a/commands/version.go b/commands/version.go index ec4e5c0c..784255a1 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-dev") + fmt.Println("Hugo Static Site Generator v0.11") }, }