Skip to content

Commit

Permalink
fix: Bump version of Pact FFI to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Oct 29, 2021
1 parent 0f70f53 commit bc74026
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 @@ -7,7 +7,7 @@ import { declarations, FfiDeclarations } from './declarations';

const LOG_ENV_VAR_NAME = 'PACT_LOG_LEVEL';

const PACT_FFI_VERSION = '0.0.2';
const PACT_FFI_VERSION = '0.0.3';

let ffi: Omit<FfiBinding<FfiDeclarations>, 'pactffi_init'>;
let ffiLogLevel: LogLevel;
Expand Down

0 comments on commit bc74026

Please sign in to comment.