summaryrefslogtreecommitdiffstats
path: root/commands/version.go
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-09-01 10:05:05 -0400
committerspf13 <steve.francia@gmail.com>2014-09-01 10:05:05 -0400
commit1363128962c9354404b78cb21d42faa6133658ad (patch)
tree48969fdc537afe303172af8771420f436b23c676 /commands/version.go
parentb4d3195f6508b39bcb49eb78418b324e6334b711 (diff)
Bumping Versionv0.12
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 2d9526be3..6c7d14cfb 100644
--- a/commands/version.go
+++ b/commands/version.go
@@ -24,6 +24,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.12-DEV")
+ fmt.Println("Hugo Static Site Generator v0.12")
},
}