We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721a0cb commit fcab9f8Copy full SHA for fcab9f8
standalone/install.ts
@@ -23,7 +23,7 @@ const request = Request.defaults({
23
});
24
25
// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
26
-export const PACT_STANDALONE_VERSION = '1.88.41';
+export const PACT_STANDALONE_VERSION = '1.88.45';
27
const PACT_DEFAULT_LOCATION = `https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v${PACT_STANDALONE_VERSION}/`;
28
const HTTP_REGEX = /^http(s?):\/\//;
29
0 commit comments