We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d63450 commit 7f5bd51Copy full SHA for 7f5bd51
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.02-rc1';
+export const PACT_STANDALONE_VERSION = '1.91.0';
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