shithub: hugo

Download patch

ref: 7b3df2386d25791253c1c784bd399f746cd7aef4
parent: efc98a3b1fee0069a162801dbdfd8d0694c7a75e
author: spf13 <[email protected]>
date: Wed Sep 3 07:28:40 EDT 2014

Bumping Version to 0.13-DEV

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