ref: 0a775650b54b07f5a3c149c3f6a441d8f4befda7
parent: 2540d884d8d8566caa1cfb71a23f01a746133581
author: spf13 <[email protected]>
date: Sat Mar 1 06:55:05 EST 2014
bumping version for 0.10
--- 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")
+ fmt.Println("Hugo Static Site Generator v0.10")
},
}