We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bced441 commit c706653Copy full SHA for c706653
Build/Download-Standalone-Core.ps1
@@ -26,7 +26,7 @@ New-Item -ItemType directory -Path $OutputPath | Out-Null
26
27
Import-Module -Name $7ZipSnapIn
28
29
-$StandaloneCoreVersion = '1.69.0'
+$StandaloneCoreVersion = '1.70.0'
30
$StandaloneCoreDownloadBaseUri = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v$StandaloneCoreVersion"
31
32
# Download and extract the Windows core
0 commit comments