Skip to content

Commit 7e6b55c

Browse files
authored
Shiden spec version fix (#1493)
1 parent 3d4b3a3 commit 7e6b55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/shiden/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
184184
spec_name: Cow::Borrowed("shiden"),
185185
impl_name: Cow::Borrowed("shiden"),
186186
authoring_version: 1,
187-
spec_version: 1600,
187+
spec_version: 1601,
188188
impl_version: 0,
189189
apis: RUNTIME_API_VERSIONS,
190190
transaction_version: 3,

0 commit comments

Comments
 (0)