ref: aedfa6a2c4fd761cc0dd4b4c31921432a98577ec
parent: ad2c0b561679b9a959c40e5278b31e7c657f9979
author: spf13 <[email protected]>
date: Fri Nov 15 16:43:46 EST 2013
Version bump 0.9
--- a/commands/version.go
+++ b/commands/version.go
@@ -23,6 +23,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.9 -- HEAD")
+ fmt.Println("Hugo Static Site Generator v0.9")
},
}