Skip to content

Commit

Permalink
fix: upgrade to latest ffi 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed May 24, 2023
1 parent 471164e commit 2d4bf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/installer.go
Expand Up @@ -377,7 +377,7 @@ const (
var packages = map[string]packageInfo{
FFIPackage: {
libName: "libpact_ffi",
version: "0.4.4",
version: "0.4.5",
semverRange: ">= 0.4.0, < 1.0.0",
},
}
Expand Down

0 comments on commit 2d4bf72

Please sign in to comment.