summaryrefslogtreecommitdiffstats
path: root/commands/version.go
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2013-11-15 21:43:46 -0500
committerspf13 <steve.francia@gmail.com>2013-11-15 21:43:46 -0500
commitaedfa6a2c4fd761cc0dd4b4c31921432a98577ec (patch)
tree4bb7825a11fb61d2ed626296a5f546e5298d399a /commands/version.go
parentad2c0b561679b9a959c40e5278b31e7c657f9979 (diff)
Version bump 0.9
Diffstat (limited to 'commands/version.go')
-rw-r--r--commands/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/version.go b/commands/version.go
index d5729f00a..fe3deddf0 100644
--- 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")
},
}