Skip to content

Commit

Permalink
Bumping Version
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Sep 1, 2014
1 parent b4d3195 commit 1363128
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.12-DEV")
fmt.Println("Hugo Static Site Generator v0.12")
},
}

0 comments on commit 1363128

Please sign in to comment.