There was an error while loading. Please reload this page.
1 parent b4d3195 commit 1363128Copy full SHA for 1363128
commands/version.go
@@ -24,6 +24,6 @@ var version = &cobra.Command{
24
Short: "Print the version number of Hugo",
25
Long: `All software has versions. This is Hugo's`,
26
Run: func(cmd *cobra.Command, args []string) {
27
- fmt.Println("Hugo Static Site Generator v0.12-DEV")
+ fmt.Println("Hugo Static Site Generator v0.12")
28
},
29
}
0 commit comments