mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
bumping version for 0.10
This commit is contained in:
parent
2540d884d8
commit
0a775650b5
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,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.9")
|
||||
fmt.Println("Hugo Static Site Generator v0.10")
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue