Skip to content

Commit

Permalink
Merge pull request #384 from pact-foundation/chore/upgrade-to-pact-ff…
Browse files Browse the repository at this point in the history
…i-0-4-16

fix: update pact-ffi to 0.4.16
  • Loading branch information
YOU54F committed Feb 12, 2024
2 parents afe0e35 + 7129ef0 commit f04022c
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 @@ -381,7 +381,7 @@ const (
var packages = map[string]packageInfo{
FFIPackage: {
libName: "libpact_ffi",
version: "0.4.15",
version: "0.4.16",
semverRange: ">= 0.4.0, < 1.0.0",
},
}
Expand Down

0 comments on commit f04022c

Please sign in to comment.