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") }, }