Skip to content

Commit 6b135a1

Browse files
authored
Merge pull request #446 from YOU54F/chore/upgrade-to-pact-ffi-0.4.22
fix: update pact-ffi to 0.4.22
2 parents 75451f3 + f21750c commit 6b135a1

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.21",
390+
version: "0.4.22",
391391
semverRange: ">= 0.4.0, < 1.0.0",
392392
},
393393
}

0 commit comments

Comments
 (0)