mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Bumping Version to 0.13-DEV
This commit is contained in:
parent
efc98a3b1f
commit
7b3df2386d
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ var version = &cobra.Command{
|
||||||
Short: "Print the version number of Hugo",
|
Short: "Print the version number of Hugo",
|
||||||
Long: `All software has versions. This is Hugo's`,
|
Long: `All software has versions. This is Hugo's`,
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
fmt.Println("Hugo Static Site Generator v0.12")
|
fmt.Println("Hugo Static Site Generator v0.13-DEV")
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue