[Backport] version bumps and prdocs reordering 1.9.0 (#3758)

This PR backports:
- node version bump
- `spec_vesion` bump
- reordering of the `prdocs` to the appropriate folder
from the `1.9.0` release branch
This commit is contained in:
Egor_P
2024-03-21 10:00:10 +01:00
committed by GitHub
parent 93b1abb280
commit 7b6b061e32
50 changed files with 16 additions and 16 deletions
@@ -133,7 +133,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("coretime-rococo"),
impl_name: create_runtime_str!("coretime-rococo"),
authoring_version: 1,
spec_version: 1_008_000,
spec_version: 1_009_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
@@ -133,7 +133,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("coretime-westend"),
impl_name: create_runtime_str!("coretime-westend"),
authoring_version: 1,
spec_version: 1_008_000,
spec_version: 1_009_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,