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.
2 parents a00bdda + 3234fae commit 6b403b0Copy full SHA for 6b403b0
standalone/install.ts
@@ -1,7 +1,7 @@
1
import chalk = require('chalk');
2
3
// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
4
-export const PACT_STANDALONE_VERSION = '2.0.3';
+export const PACT_STANDALONE_VERSION = '2.0.7';
5
6
function makeError(msg: string): Error {
7
return new Error(chalk.red(`Error while locating pact binary: ${msg}`));
0 commit comments