Skip to content

Commit

Permalink
Merge pull request #477 from pact-foundation/chore/upgrade-to-pact-ru…
Browse files Browse the repository at this point in the history
…by-standalone-2-1-0

fix: update standalone to 2.1.0
  • Loading branch information
YOU54F authored Jan 22, 2024
2 parents cec4a46 + 6b49009 commit 5db8bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/install.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import chalk = require('chalk');

// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
export const PACT_STANDALONE_VERSION = '2.0.7';
export const PACT_STANDALONE_VERSION = '2.1.0';

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

0 comments on commit 5db8bce

Please sign in to comment.