Skip to content

Commit c0332e8

Browse files
committed
fix: update standalone to 1.88.80
1 parent 89f411c commit c0332e8

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