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 ead4097 commit 46cb62cCopy full SHA for 46cb62c
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.4.4';
+export const PACT_STANDALONE_VERSION = '2.4.6';
5
6
function makeError(msg: string): Error {
7
return new Error(chalk.red(`Error while locating pact binary: ${msg}`));
0 commit comments