Skip to content

Commit

Permalink
fix: Update pact-ruby-standalone to 1.91.0, shortening the path for w…
Browse files Browse the repository at this point in the history
…indows users
  • Loading branch information
TimothyJones authored Nov 30, 2022
1 parent 1d63450 commit 7f5bd51
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 @@ -25,7 +25,7 @@ if (environmentProxy) {
}

// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
export const PACT_STANDALONE_VERSION = '1.89.02-rc1';
export const PACT_STANDALONE_VERSION = '1.91.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 7f5bd51

Please sign in to comment.