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 546a060 commit e03fb70Copy full SHA for e03fb70
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.88.91-rc5';
+export const PACT_STANDALONE_VERSION = '1.89.01-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