Skip to content

Commit c1d3b8d

Browse files
authored
Merge pull request #1113 from subspace/gemini-3c-runtime-version-1
Bump runtime version
2 parents e265804 + bfc83db commit c1d3b8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/subspace-runtime/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9191
spec_name: create_runtime_str!("subspace"),
9292
impl_name: create_runtime_str!("subspace"),
9393
authoring_version: 0,
94-
spec_version: 0,
94+
spec_version: 1,
9595
impl_version: 0,
9696
apis: RUNTIME_API_VERSIONS,
9797
transaction_version: 0,

domains/runtime/system/src/runtime.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8787
spec_name: create_runtime_str!("subspace-system-domain"),
8888
impl_name: create_runtime_str!("subspace-system-domain"),
8989
authoring_version: 0,
90-
spec_version: 0,
90+
spec_version: 1,
9191
impl_version: 0,
9292
apis: RUNTIME_API_VERSIONS,
9393
transaction_version: 0,

0 commit comments

Comments
 (0)