Skip to content

Commit 50d71d6

Browse files
committed
Bump to spec version 294
1 parent 5966ba8 commit 50d71d6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

runtime/neumann/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
171171
spec_name: create_runtime_str!("neumann"),
172172
impl_name: create_runtime_str!("neumann"),
173173
authoring_version: 1,
174-
spec_version: 293,
174+
spec_version: 294,
175175
impl_version: 1,
176176
apis: RUNTIME_API_VERSIONS,
177-
transaction_version: 16,
177+
transaction_version: 17,
178178
state_version: 0,
179179
};
180180

runtime/oak/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
171171
spec_name: create_runtime_str!("oak"),
172172
impl_name: create_runtime_str!("oak"),
173173
authoring_version: 1,
174-
spec_version: 293,
174+
spec_version: 294,
175175
impl_version: 1,
176176
apis: RUNTIME_API_VERSIONS,
177-
transaction_version: 16,
177+
transaction_version: 17,
178178
state_version: 0,
179179
};
180180

runtime/turing/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
175175
spec_name: create_runtime_str!("turing"),
176176
impl_name: create_runtime_str!("turing"),
177177
authoring_version: 1,
178-
spec_version: 293,
178+
spec_version: 294,
179179
impl_version: 1,
180180
apis: RUNTIME_API_VERSIONS,
181-
transaction_version: 16,
181+
transaction_version: 17,
182182
state_version: 0,
183183
};
184184

0 commit comments

Comments
 (0)