shithub: hugo

Download patch

ref: 1363128962c9354404b78cb21d42faa6133658ad
parent: b4d3195f6508b39bcb49eb78418b324e6334b711
author: spf13 <[email protected]>
date: Mon Sep 1 06:05:05 EDT 2014

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