Skip to content

Commit

Permalink
Incremented CURRENT_VERSION, so all cache will be invalidate and be r…
Browse files Browse the repository at this point in the history
…ebuilt with the 3.2 version
  • Loading branch information
ptitSeb committed Jan 20, 2023
1 parent 580baeb commit 31eb80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/src/serialize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ pub struct MetadataHeader {
impl MetadataHeader {
/// Current ABI version. Increment this any time breaking changes are made
/// to the format of the serialized data.
const CURRENT_VERSION: u32 = 1;
const CURRENT_VERSION: u32 = 2;

/// Magic number to identify wasmer metadata.
const MAGIC: [u8; 8] = *b"WASMER\0\0";
Expand Down

0 comments on commit 31eb80a

Please sign in to comment.