Skip to content

Commit a8e8007

Browse files
authored
stable2412 should use version number 0.9.25 (#3556)
* stable2412 should use version number 0.9.25 * start from 0
1 parent 73743eb commit a8e8007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parachain/runtime/heima/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
245245
impl_name: alloc::borrow::Cow::Borrowed("heima"),
246246
authoring_version: 1,
247247
// same versioning-mechanism as polkadot: use last digit for minor updates
248-
spec_version: 9244,
248+
spec_version: 9250,
249249
impl_version: 0,
250250
apis: RUNTIME_API_VERSIONS,
251251
transaction_version: 2,

parachain/runtime/paseo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
248248
impl_name: alloc::borrow::Cow::Borrowed("heima"),
249249
authoring_version: 1,
250250
// same versioning-mechanism as polkadot: use last digit for minor updates
251-
spec_version: 9244,
251+
spec_version: 9250,
252252
impl_version: 0,
253253
apis: RUNTIME_API_VERSIONS,
254254
transaction_version: 2,

0 commit comments

Comments
 (0)