Skip to content

Commit 97f0c7a

Browse files
authored
Merge pull request #50 from pact-foundation/chore/upgrade-to-pact-ruby-standalone-2-4-22
fix: update standalone to 2.4.22
2 parents d641f96 + 53f28a1 commit 97f0c7a

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

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

0 commit comments

Comments
 (0)