Skip to content

Commit

Permalink
Bump transaction version for new runtime. Bump binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardo-xxnet committed Feb 20, 2023
1 parent 0b2f874 commit 2ee5c97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xxnetwork-cli"
version = "0.2.5-2"
version = "0.2.6"
authors = ["xxlabs <[email protected]>"]
description = "Substrate based, xxnetwork blockchain node implementation in Rust."
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion runtime/xxnetwork/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 206,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
transaction_version: 2,
state_version: 0,
};

Expand Down

0 comments on commit 2ee5c97

Please sign in to comment.