Skip to content

Commit 721a0cb

Browse files
authored
Merge pull request #270 from pact-foundation/chore/upgrade-to-pact-ruby-standalone-1-88-41
fix: update standalone to 1.88.41
2 parents 21267f8 + 3916c88 commit 721a0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const request = Request.defaults({
2323
});
2424

2525
// Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases
26-
export const PACT_STANDALONE_VERSION = '1.88.40';
26+
export const PACT_STANDALONE_VERSION = '1.88.41';
2727
const PACT_DEFAULT_LOCATION = `https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v${PACT_STANDALONE_VERSION}/`;
2828
const HTTP_REGEX = /^http(s?):\/\//;
2929

0 commit comments

Comments
 (0)