We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d641f96 + 53f28a1 commit 97f0c7aCopy full SHA for 97f0c7a
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.20';
+export const PACT_STANDALONE_VERSION = '2.4.22';
5
6
function makeError(msg: string): Error {
7
return new Error(chalk.red(`Error while locating pact binary: ${msg}`));
0 commit comments