Skip to content

Commit

Permalink
Update version to 2.230.0 (#1264)
Browse files Browse the repository at this point in the history
Co-authored-by: Ada <>
Co-authored-by: gluwa-bot <creditcoin@gluwa.com>
Co-authored-by: Nathan Whitaker <nathan.whitaker01@gmail.com>
  • Loading branch information
3 people authored Aug 22, 2023
1 parent dcd61aa commit 35add8d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 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.226.1'
version = '2.230.0'
authors = ['Gluwa Inc.', 'Nathan Whitaker <nathan.whitaker@gluwa.com>']
edition = '2021'
license = 'Unlicense'
Expand Down
2 changes: 1 addition & 1 deletion creditcoin-js/creditcoin.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions runtime/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 226,
impl_version: 1,
spec_version: 230,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 11,
state_version: 1,
Expand Down

0 comments on commit 35add8d

Please sign in to comment.