tenseleyflow/parrot / 6849708

Browse files

sync version string to 1.8.2

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
68497089399e274e5f7af5b4409865ddc096ca9c
Parents
9960706
Tree
7ed16e8

1 changed file

StatusFile+-
M cmd/mock.go 1 1
cmd/mock.gomodified
@@ -17,7 +17,7 @@ import (
1717
 
1818
 var rootCmd = &cobra.Command{
1919
 	Use:     "parrot",
20
-	Version: "1.7.1",
20
+	Version: "1.8.2",
2121
 	Short:   "A sassy CLI that mocks your failed commands",
2222
 	Long:    "Parrot listens for failed commands and responds with intelligent insults and mockery.",
2323
 	Run: func(cmd *cobra.Command, args []string) {