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 3989ab2 commit 9659f35Copy full SHA for 9659f35
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.76';
+export const PACT_STANDALONE_VERSION = '1.88.77';
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