Skip to content

Commit 6b403b0

Browse files
authored
Merge pull request #469 from pact-foundation/chore/upgrade-to-pact-ruby-standalone-2-0-7
fix: update standalone to 2.0.7
2 parents a00bdda + 3234fae commit 6b403b0

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.0.3';
4+
export const PACT_STANDALONE_VERSION = '2.0.7';
55

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

0 commit comments

Comments
 (0)