Skip to content

Commit

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

fix: update standalone to 1.92.0
  • Loading branch information
mefellows authored Apr 24, 2023
2 parents 17eb72d + 0287ce8 commit 5d4ce24
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 = '1.91.0';
export const PACT_STANDALONE_VERSION = '1.92.0';

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

0 comments on commit 5d4ce24

Please sign in to comment.