Skip to content

Commit

Permalink
chore(build): bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 13, 2018
1 parent fbb4d20 commit a9a544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of Pact Go",
Long: `All software has versions. This is Pact Go's`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Pact Go CLI v1.0.0-beta.1, using CLI tools version", cliToolsVersion)
fmt.Println("Pact Go CLI v1.0.0-beta.2, using CLI tools version", cliToolsVersion)
},
}

Expand Down

0 comments on commit a9a544c

Please sign in to comment.