Skip to content

Commit 157d125

Browse files
authored
Merge pull request #18 from pact-foundation/chore/upgrade-to-pact-ruby-standalone-2-4-12
fix: update standalone to 2.4.12
2 parents 99377e4 + 73a2169 commit 157d125

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)