From 5a403edb2b718f57ec99762eaea67ba033c9d680 Mon Sep 17 00:00:00 2001 From: Siim Mardus Date: Wed, 29 May 2024 12:07:48 +0300 Subject: [PATCH] Bump version --- c_src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_src/Makefile b/c_src/Makefile index da7b889..e8e5122 100644 --- a/c_src/Makefile +++ b/c_src/Makefile @@ -8,7 +8,7 @@ PACT_INCLUDE_PATH := $(CURDIR)/include UNAME := $(shell uname -s) ARCHITECTURE := $(shell uname -m) -PACT_FFI_VERSION := 0.4.7 +PACT_FFI_VERSION := 0.4.17 PACT_FFI_BASE_URL := https://github.com/pact-foundation/pact-reference/releases/download/libpact_ffi-v$(PACT_FFI_VERSION) PACT_H_URL := $(PACT_FFI_BASE_URL)/pact.h