URI: 
       Version bump 0.9 - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit aedfa6a2c4fd761cc0dd4b4c31921432a98577ec
   DIR parent ad2c0b561679b9a959c40e5278b31e7c657f9979
  HTML Author: spf13 <steve.francia@gmail.com>
       Date:   Fri, 15 Nov 2013 21:43:46 -0500
       
       Version bump 0.9
       
       Diffstat:
         M commands/version.go                 |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/commands/version.go b/commands/version.go
       @@ -23,6 +23,6 @@ var version = &cobra.Command{
                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")
                },
        }