From bfc341160f4bd0509a977dfb028e8dcdda747d27 Mon Sep 17 00:00:00 2001 From: William Freudenberger Date: Mon, 4 Dec 2023 10:17:26 +0100 Subject: [PATCH] chore: bump dev to 1035 --- runtime/development/Cargo.toml | 2 +- runtime/development/src/lib.rs | 2 +- runtime/development/src/migrations.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/development/Cargo.toml b/runtime/development/Cargo.toml index c6cfcd30a3..3cd1e2d9a9 100644 --- a/runtime/development/Cargo.toml +++ b/runtime/development/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "development-runtime" -version = "0.10.34" +version = "0.10.35" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/development/src/lib.rs b/runtime/development/src/lib.rs index 13b15bd9fc..ee6f3e8797 100644 --- a/runtime/development/src/lib.rs +++ b/runtime/development/src/lib.rs @@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("centrifuge-devel"), impl_name: create_runtime_str!("centrifuge-devel"), authoring_version: 1, - spec_version: 1034, + spec_version: 1035, impl_version: 1, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/runtime/development/src/migrations.rs b/runtime/development/src/migrations.rs index 11c675fac7..8f1140515f 100644 --- a/runtime/development/src/migrations.rs +++ b/runtime/development/src/migrations.rs @@ -10,4 +10,4 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -pub type UpgradeDevelopment1034 = (); +pub type UpgradeDevelopment1035 = ();