Skip to content

Commit 6546dc0

Browse files
increase runtime spec
1 parent e8b3034 commit 6546dc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/cere-dev/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
164164
// and set impl_version to 0. If only runtime
165165
// implementation changes and behavior does not, then leave spec_version as
166166
// is and increment impl_version.
167-
spec_version: 73107,
167+
spec_version: 73108,
168168
impl_version: 0,
169169
apis: RUNTIME_API_VERSIONS,
170170
transaction_version: 24,

runtime/cere/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
159159
// and set impl_version to 0. If only runtime
160160
// implementation changes and behavior does not, then leave spec_version as
161161
// is and increment impl_version.
162-
spec_version: 73107,
162+
spec_version: 73108,
163163
impl_version: 0,
164164
apis: RUNTIME_API_VERSIONS,
165165
transaction_version: 24,

0 commit comments

Comments
 (0)