Skip to content
Snippets Groups Projects
Unverified Commit 6270f8b2 authored by EgorPopelyaev's avatar EgorPopelyaev
Browse files

Bump node version for the polkadot, polkadot-omni-node and polkadot-parachain

parent 67c2c587
Branches
No related merge requests found
......@@ -25,7 +25,7 @@ use sc_service::{Configuration, TaskManager};
/// The current node version for cumulus official binaries, which takes the basic
/// SemVer form `<major>.<minor>.<patch>`. It should correspond to the latest
/// `polkadot` version of a stable release.
pub const NODE_VERSION: &'static str = "1.17.1";
pub const NODE_VERSION: &'static str = "1.17.2";
/// Trait that extends the `DynNodeSpec` trait with manual seal related logic.
///
......
......@@ -59,7 +59,7 @@ pub use disputes::{
/// relatively rare.
///
/// The associated worker binaries should use the same version as the node that spawns them.
pub const NODE_VERSION: &'static str = "1.17.1";
pub const NODE_VERSION: &'static str = "1.17.2";
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
// plus some overhead:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment