Skip to content

Commit 5fd7bb5

Browse files
Version bumps 2512-1 (paritytech#10904)
This PR backports regular version bumps and prdocs reordering from after patch release `stable2512-1` --------- Co-authored-by: ParityReleases <[email protected]>
1 parent aa2d3ae commit 5fd7bb5

File tree

19 files changed

+41
-4
lines changed

19 files changed

+41
-4
lines changed

cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
147147
spec_name: alloc::borrow::Cow::Borrowed("westmint"),
148148
impl_name: alloc::borrow::Cow::Borrowed("westmint"),
149149
authoring_version: 1,
150-
spec_version: 1_021_001,
150+
spec_version: 1_021_002,
151151
impl_version: 0,
152152
apis: RUNTIME_API_VERSIONS,
153153
transaction_version: 16,

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
244244
spec_name: alloc::borrow::Cow::Borrowed("bridge-hub-westend"),
245245
impl_name: alloc::borrow::Cow::Borrowed("bridge-hub-westend"),
246246
authoring_version: 1,
247-
spec_version: 1_021_000,
247+
spec_version: 1_021_001,
248248
impl_version: 0,
249249
apis: RUNTIME_API_VERSIONS,
250250
transaction_version: 6,

cumulus/polkadot-omni-node/lib/src/nodes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ pub mod aura;
1919
/// The current node version for cumulus official binaries, which takes the basic
2020
/// SemVer form `<major>.<minor>.<patch>`. It should correspond to the latest
2121
/// `polkadot` version of a stable release.
22-
pub const NODE_VERSION: &'static str = "1.21.0";
22+
pub const NODE_VERSION: &'static str = "1.21.1";

polkadot/node/primitives/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub use disputes::{
6060
/// relatively rare.
6161
///
6262
/// The associated worker binaries should use the same version as the node that spawns them.
63-
pub const NODE_VERSION: &'static str = "1.21.0";
63+
pub const NODE_VERSION: &'static str = "1.21.1";
6464

6565
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
6666
// plus some overhead:

0 commit comments

Comments
 (0)