Skip to content

Commit

Permalink
fix: update standalone to 2.4.2 (#492)
Browse files Browse the repository at this point in the history
Co-authored-by: pact-dev <pact-dev@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and pact-dev committed Feb 28, 2024
1 parent 949b0fb commit fcccc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/install.ts
@@ -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.4.1';
export const PACT_STANDALONE_VERSION = '2.4.2';

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

0 comments on commit fcccc34

Please sign in to comment.