Skip to content

Commit 8d9b664

Browse files
fix: update standalone to 1.89.02-rc1 (#382)
Co-authored-by: bethesque <[email protected]>
1 parent cbd3a0c commit 8d9b664

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
@@ -3,7 +3,7 @@ import path = require('path');
33
import fs = require('fs');
44

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

0 commit comments

Comments
 (0)