Skip to content

Commit

Permalink
fix: update pact-ffi to 0.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 21, 2024
1 parent e319a74 commit 718a69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import logger, { DEFAULT_LOG_LEVEL } from '../logger';
import { LogLevel } from '../logger/types';
import { Ffi } from './types';

export const PACT_FFI_VERSION = '0.4.15';
export const PACT_FFI_VERSION = '0.4.16';

// supported prebuilds
// darwin-arm64
Expand Down

0 comments on commit 718a69a

Please sign in to comment.