Skip to content

Commit 7a91725

Browse files
committed
fix: update pact-ffi to 0.4.20
1 parent 1110013 commit 7a91725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffi/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import logger, { DEFAULT_LOG_LEVEL } from '../logger';
44
import { LogLevel } from '../logger/types';
55
import { Ffi } from './types';
66

7-
export const PACT_FFI_VERSION = '0.4.19';
7+
export const PACT_FFI_VERSION = '0.4.20';
88

99
// supported prebuilds
1010
// darwin-arm64

0 commit comments

Comments
 (0)