Skip to content

Commit

Permalink
Update spec_version, transaction_version & Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Dossa authored and Adam Dossa committed Oct 27, 2020
1 parent b80d1df commit e46bf7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh"
version = "2.0.0"
version = "2.1.0"
authors = ["Anonymous"]
build = "build.rs"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions pallets/runtime/develop/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 2006,
spec_version: 2004,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
transaction_version: 2,
};

/// Native version.
Expand Down
4 changes: 2 additions & 2 deletions pallets/runtime/testnet/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 2006,
spec_version: 2004,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
transaction_version: 2,
};

/// Native version.
Expand Down

0 comments on commit e46bf7e

Please sign in to comment.