Skip to content

Commit 111726e

Browse files
authored
Merge pull request #493 from pact-foundation/chore/upgrade-to-pact-ffi-v0-4-26
fix: update pact-ffi to v0.4.26
2 parents de5a15b + 393ca79 commit 111726e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/installer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ const (
387387
var packages = map[string]packageInfo{
388388
FFIPackage: {
389389
libName: "libpact_ffi",
390-
version: "0.4.23",
390+
version: "0.4.26",
391391
semverRange: ">= 0.4.0, < 1.0.0",
392392
},
393393
}

0 commit comments

Comments
 (0)