Skip to content

Commit

Permalink
Actually bumping the version
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed May 29, 2014
1 parent a3d6e7c commit 2b90779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev")
fmt.Println("Hugo Static Site Generator v0.11")
},
}

0 comments on commit 2b90779

Please sign in to comment.