Skip to content

Commit 46cb62c

Browse files
committed
fix: update standalone to 2.4.6
1 parent ead4097 commit 46cb62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/install.ts

Lines changed: 1 addition & 1 deletion
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.4';
4+
export const PACT_STANDALONE_VERSION = '2.4.6';
55

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

0 commit comments

Comments
 (0)