Skip to content

Commit 138a2c4

Browse files
committed
fix: update standalone to 1.88.70
1 parent 4683237 commit 138a2c4

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.88.69';
6+
export const PACT_STANDALONE_VERSION = '1.88.70';
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)