From: spf13 Date: Wed, 5 Mar 2014 03:03:31 +0000 (-0500) Subject: Bumping version to v0.11-dev X-Git-Tag: v0.11~111 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3a0ab5a3;p=brevno-suite%2Fhugo Bumping version to v0.11-dev --- diff --git a/commands/version.go b/commands/version.go index 8fb3202e..95f676a8 100644 --- a/commands/version.go +++ b/commands/version.go @@ -23,6 +23,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.10") + fmt.Println("Hugo Static Site Generator v0.11-dev") }, }