Skip to content

Commit

Permalink
bumped runtime & node version (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToufeeqP authored Oct 3, 2024
1 parent 38faf63 commit 4f0439f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pub mod cli;
pub mod rpc;
pub mod service;

pub const NODE_VERSION: &str = "2.2.0";
pub const NODE_VERSION: &str = "2.2.1";
2 changes: 1 addition & 1 deletion runtime/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// Per convention: if the runtime behavior changes, increment spec_version
// and set impl_version to 0. This paramenter is typically incremented when
// there's an update to the transaction_version.
spec_version: 38,
spec_version: 39,
// The version of the implementation of the specification. Nodes can ignore this. It is only
// used to indicate that the code is different. As long as the authoring_version and the
// spec_version are the same, the code itself might have changed, but the native and Wasm
Expand Down

0 comments on commit 4f0439f

Please sign in to comment.