diff options
author | spf13 <[email protected]> | 2014-09-01 10:05:05 -0400 |
---|---|---|
committer | spf13 <[email protected]> | 2014-09-01 10:05:05 -0400 |
commit | 1363128962c9354404b78cb21d42faa6133658ad (patch) | |
tree | 48969fdc537afe303172af8771420f436b23c676 | |
parent | b4d3195f6508b39bcb49eb78418b324e6334b711 (diff) | |
download | hugo-1363128962c9354404b78cb21d42faa6133658ad.tar.gz hugo-1363128962c9354404b78cb21d42faa6133658ad.zip |
Bumping Versionv0.12
-rw-r--r-- | commands/version.go | 2 |
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") }, } |