Skip to content

Commit

Permalink
fix: Upgrade pact-standalone version to v1.70.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Sep 5, 2019
1 parent 4169a66 commit 3f0f1fc
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 @@ -18,7 +18,7 @@ const request = Request.defaults({
});

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

0 comments on commit 3f0f1fc

Please sign in to comment.