diff --git a/hatch_build.py b/hatch_build.py index fef17641c..587ac6cda 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -31,7 +31,7 @@ # Latest version available at: # https://github.com/pact-foundation/pact-ruby-standalone/releases -PACT_BIN_VERSION = os.getenv("PACT_BIN_VERSION", "2.4.0") +PACT_BIN_VERSION = os.getenv("PACT_BIN_VERSION", "2.4.1") PACT_BIN_URL = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v{version}/pact-{version}-{os}-{machine}.{ext}" # Latest version available at: