Skip to content

Commit

Permalink
Merge pull request #446 from YOU54F/chore/upgrade-to-pact-ffi-0.4.22
Browse files Browse the repository at this point in the history
fix: update pact-ffi to 0.4.22
  • Loading branch information
mefellows authored Jul 19, 2024
2 parents 75451f3 + f21750c commit 6b135a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ const (
var packages = map[string]packageInfo{
FFIPackage: {
libName: "libpact_ffi",
version: "0.4.21",
version: "0.4.22",
semverRange: ">= 0.4.0, < 1.0.0",
},
}
Expand Down

0 comments on commit 6b135a1

Please sign in to comment.