Skip to content

Commit

Permalink
Appease version check
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Jul 28, 2023
1 parent ef6fed1 commit 770ffa7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ members = [
resolver = "2"

[workspace.package]
version = '2.223.0'
version = '2.223.1'
authors = ['Gluwa Inc.', 'Nathan Whitaker <[email protected]>']
edition = '2021'
license = 'Unlicense'
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 223,
impl_version: 0,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 11,
state_version: 1,
Expand Down

0 comments on commit 770ffa7

Please sign in to comment.