summaryrefslogtreecommitdiffstats
path: root/commands/version.go
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-03-04 22:03:31 -0500
committerspf13 <steve.francia@gmail.com>2014-03-04 22:03:31 -0500
commit3a0ab5a3ddc4b8a83fce6f390be70aaa6f2cb82d (patch)
tree332530383426911c323c99b038a24f418407d060 /commands/version.go
parent0447c7598b406b706999cc06fb347eb4a4e2ff5b (diff)
Bumping version to v0.11-dev
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 8fb3202ed..95f676a8c 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.10")
+ fmt.Println("Hugo Static Site Generator v0.11-dev")
},
}