Skip to content

Commit

Permalink
bump spec_version (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leouarz authored Jun 19, 2024
1 parent 45699e1 commit 8462562
Showing 1 changed file with 1 addition and 1 deletion.
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: 34,
spec_version: 35,
// 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 8462562

Please sign in to comment.