Skip to content

Commit

Permalink
Change state version to 0 (#496)
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Swietek <[email protected]>
  • Loading branch information
h4nsu and mike1729 authored Jun 21, 2022
1 parent 7f5ed49 commit 650e6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 8,
state_version: 1,
state_version: 0,
};

/// The version information used to identify this runtime when compiled natively.
Expand Down

0 comments on commit 650e6cc

Please sign in to comment.