We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99377e4 + 73a2169 commit 157d125Copy full SHA for 157d125
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.11';
+export const PACT_STANDALONE_VERSION = '2.4.12';
5
6
function makeError(msg: string): Error {
7
return new Error(chalk.red(`Error while locating pact binary: ${msg}`));
0 commit comments