Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
update spec_version
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Mar 29, 2021
1 parent eac5692 commit ea718fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/node/runtime/pangolin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("Pangolin"),
authoring_version: 1,
// crate version ~2.1.0 := >=2.1.0, <2.2.0
spec_version: 211,
spec_version: 212,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit ea718fc

Please sign in to comment.