sync version string to 1.8.2
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
68497089399e274e5f7af5b4409865ddc096ca9c- Parents
-
9960706 - Tree
7ed16e8
6849708
68497089399e274e5f7af5b4409865ddc096ca9c9960706
7ed16e8| Status | File | + | - |
|---|---|---|---|
| M |
cmd/mock.go
|
1 | 1 |
cmd/mock.gomodified@@ -17,7 +17,7 @@ import ( | ||
| 17 | 17 | |
| 18 | 18 | var rootCmd = &cobra.Command{ |
| 19 | 19 | Use: "parrot", |
| 20 | - Version: "1.7.1", | |
| 20 | + Version: "1.8.2", | |
| 21 | 21 | Short: "A sassy CLI that mocks your failed commands", |
| 22 | 22 | Long: "Parrot listens for failed commands and responds with intelligent insults and mockery.", |
| 23 | 23 | Run: func(cmd *cobra.Command, args []string) { |