Skip to content

Commit 1363128

Browse files
committed
Bumping Version
1 parent b4d3195 commit 1363128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎commands/version.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ var version = &cobra.Command{
2424
Short: "Print the version number of Hugo",
2525
Long: `All software has versions. This is Hugo's`,
2626
Run: func(cmd *cobra.Command, args []string) {
27-
fmt.Println("Hugo Static Site Generator v0.12-DEV")
27+
fmt.Println("Hugo Static Site Generator v0.12")
2828
},
2929
}

0 commit comments

Comments
 (0)