We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7389571 commit 09631afCopy full SHA for 09631af
standalone/install.ts
@@ -25,7 +25,7 @@ if (environmentProxy) {
25
}
26
27
// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
28
-export const PACT_STANDALONE_VERSION = '1.89.01-rc1';
+export const PACT_STANDALONE_VERSION = '1.89.02-rc1';
29
const PACT_DEFAULT_LOCATION = `https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v${PACT_STANDALONE_VERSION}/`;
30
const HTTP_REGEX = /^http(s?):\/\//;
31
0 commit comments