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 572dda8 commit eea5c54Copy full SHA for eea5c54
standalone/install.ts
@@ -3,7 +3,7 @@ import path = require('path');
3
import fs = require('fs');
4
5
// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
6
-export const PACT_STANDALONE_VERSION = '1.88.75';
+export const PACT_STANDALONE_VERSION = '1.88.76';
7
const PACT_DEFAULT_LOCATION = `https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v${PACT_STANDALONE_VERSION}/`;
8
const HTTP_REGEX = /^http(s?):\/\//;
9
0 commit comments