Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 0d4c90e

Browse files
committed
Bump node runtime spec version.
1 parent 8ee0703 commit 0d4c90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/runtime/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8383
// and set impl_version to equal spec_version. If only runtime
8484
// implementation changes and behavior does not, then leave spec_version as
8585
// is and increment impl_version.
86-
spec_version: 170,
86+
spec_version: 171,
8787
impl_version: 171,
8888
apis: RUNTIME_API_VERSIONS,
8989
};

0 commit comments

Comments
 (0)