Skip to content

Commit

Permalink
fix: update standalone to 1.89.02-rc1 (#382)
Browse files Browse the repository at this point in the history
Co-authored-by: bethesque <bethesque@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and bethesque committed Jul 6, 2022
1 parent cbd3a0c commit 8d9b664
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
Expand Up @@ -3,7 +3,7 @@ import path = require('path');
import fs = require('fs');

// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
export const PACT_STANDALONE_VERSION = '1.89.01-rc1';
export const PACT_STANDALONE_VERSION = '1.89.02-rc1';
const PACT_DEFAULT_LOCATION = `https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v${PACT_STANDALONE_VERSION}/`;
const HTTP_REGEX = /^http(s?):\/\//;

Expand Down

0 comments on commit 8d9b664

Please sign in to comment.