Skip to content

Commit

Permalink
Merge pull request #270 from pact-foundation/chore/upgrade-to-pact-ru…
Browse files Browse the repository at this point in the history
…by-standalone-1-88-41

fix: update standalone to 1.88.41
  • Loading branch information
TimothyJones authored Mar 11, 2021
2 parents 21267f8 + 3916c88 commit 721a0cb
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 @@ -23,7 +23,7 @@ const request = Request.defaults({
});

// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
export const PACT_STANDALONE_VERSION = '1.88.40';
export const PACT_STANDALONE_VERSION = '1.88.41';
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 721a0cb

Please sign in to comment.