summaryrefslogtreecommitdiffstats
path: root/commands/version.go
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-06-03 14:39:46 -0400
committerspf13 <steve.francia@gmail.com>2014-06-03 14:39:46 -0400
commitca18cfef24c779ee9ca8edb3ea7e09b17a029c2e (patch)
tree33410089ebb78c4e41719905e7f05a6d1d6cdf36 /commands/version.go
parent05875153bcc56e9ee25532e9afd5a575a3e95938 (diff)
Setting new version
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 784255a19..2d9526be3 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.11")
+ fmt.Println("Hugo Static Site Generator v0.12-DEV")
},
}