From aedfa6a2c4fd761cc0dd4b4c31921432a98577ec Mon Sep 17 00:00:00 2001 From: spf13 Date: Fri, 15 Nov 2013 21:43:46 -0500 Subject: Version bump 0.9 --- commands/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/version.go') diff --git a/commands/version.go b/commands/version.go index d5729f00a..fe3deddf0 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.9 -- HEAD") + fmt.Println("Hugo Static Site Generator v0.9") }, } -- cgit v1.2.3