Skip to content

Commit 73a2169

Browse files
committed
fix: update standalone to 2.4.12
1 parent 99377e4 commit 73a2169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/install.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import chalk = require('chalk');
22

33
// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
4-
export const PACT_STANDALONE_VERSION = '2.4.11';
4+
export const PACT_STANDALONE_VERSION = '2.4.12';
55

66
function makeError(msg: string): Error {
77
return new Error(chalk.red(`Error while locating pact binary: ${msg}`));

0 commit comments

Comments
 (0)