Skip to content

Commit

Permalink
DEBUG: Bump version to 2.241.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Feb 4, 2025
1 parent 9e2e217 commit 0e04b07
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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.240.0'
version = '2.241.0'
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 @@ -14,7 +14,7 @@ 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: 240,
spec_version: 241,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 11,
Expand Down

0 comments on commit 0e04b07

Please sign in to comment.