shithub: hugo

Download patch

ref: ca18cfef24c779ee9ca8edb3ea7e09b17a029c2e
parent: 05875153bcc56e9ee25532e9afd5a575a3e95938
author: spf13 <[email protected]>
date: Tue Jun 3 10:39:46 EDT 2014

Setting new 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")
+		fmt.Println("Hugo Static Site Generator v0.12-DEV")
 	},
 }