Skip to content

Commit e430542

Browse files
authored
bump minor imp_version runtime release (#488)
This wont' change any existing but only allow add XTokens pallet to our ScheduleAllowList
1 parent 7eae5b2 commit e430542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/oak/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
180180
impl_name: create_runtime_str!("oak"),
181181
authoring_version: 1,
182182
spec_version: 296,
183-
impl_version: 1,
183+
impl_version: 2,
184184
apis: RUNTIME_API_VERSIONS,
185185
transaction_version: 19,
186186
state_version: 0,

runtime/turing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
182182
impl_name: create_runtime_str!("turing"),
183183
authoring_version: 1,
184184
spec_version: 296,
185-
impl_version: 1,
185+
impl_version: 2,
186186
apis: RUNTIME_API_VERSIONS,
187187
transaction_version: 19,
188188
state_version: 0,

0 commit comments

Comments
 (0)