shithub: hugo

Download patch

ref: 2b90779f0fe5dc9a852a840ec8f00d9ecdfc2413
parent: a3d6e7c46fdb3653af5abb08aad0788439805ecc
author: spf13 <[email protected]>
date: Thu May 29 14:25:08 EDT 2014

Actually bumping the version

--- a/commands/version.go
+++ b/commands/version.go
@@ -24,6 +24,6 @@
 	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")
 	},
 }