Skip to content

Commit

Permalink
fix(standalone): Bump version of pact-standalone to 1.73.0; fixes #183
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Jones authored and Timothy Jones committed Dec 17, 2019
1 parent 27e4fe6 commit 41bafad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const request = Request.defaults({
});

// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
export const PACT_STANDALONE_VERSION = '1.72.2';
export const PACT_STANDALONE_VERSION = '1.73.0';
const PACT_DEFAULT_LOCATION = `https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v${PACT_STANDALONE_VERSION}/`;
const HTTP_REGEX = /^http(s?):\/\//;

Expand Down

0 comments on commit 41bafad

Please sign in to comment.