From 10bfc19584bcbd655bf9c25f05825909750ce6cc Mon Sep 17 00:00:00 2001 From: mefellows Date: Mon, 21 Feb 2022 17:52:17 +1100 Subject: [PATCH] fix: update standalone to 1.88.82 --- standalone/install.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/install.ts b/standalone/install.ts index 0f8aa15e..d572ef66 100644 --- a/standalone/install.ts +++ b/standalone/install.ts @@ -25,7 +25,7 @@ if (environmentProxy) { } // Get latest version from https://github.com/pact-foundation/pact-ruby-standalone/releases -export const PACT_STANDALONE_VERSION = '1.88.81'; +export const PACT_STANDALONE_VERSION = '1.88.82'; const PACT_DEFAULT_LOCATION = `https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v${PACT_STANDALONE_VERSION}/`; const HTTP_REGEX = /^http(s?):\/\//;