Skip to content

Commit ebf0c49

Browse files
refactoring
1 parent 8bee1af commit ebf0c49

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
@@ -165,7 +165,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
165165
// and set impl_version to 0. If only runtime
166166
// implementation changes and behavior does not, then leave spec_version as
167167
// is and increment impl_version.
168-
spec_version: 73114,
168+
spec_version: 73115,
169169
impl_version: 0,
170170
apis: RUNTIME_API_VERSIONS,
171171
transaction_version: 24,

runtime/cere/src/lib.rs

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

0 commit comments

Comments
 (0)