From 0bbea7ebc30d0b62765a5cc5339e868a43fdf02c Mon Sep 17 00:00:00 2001 From: Sudip Ghimire Date: Wed, 15 Mar 2023 12:45:49 +0100 Subject: [PATCH] Bump version to .9.0 --- Cargo.lock | 4 ++-- node/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- runtime/src/lib.rs | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34c00a4..c493c0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1880,7 +1880,7 @@ dependencies = [ [[package]] name = "datahighway-collator" -version = "3.8.1" +version = "3.9.0" dependencies = [ "clap", "cumulus-client-cli", @@ -1949,7 +1949,7 @@ dependencies = [ [[package]] name = "datahighway-parachain-runtime" -version = "3.8.1" +version = "3.9.0" dependencies = [ "chrono", "cumulus-pallet-aura-ext", diff --git a/node/Cargo.toml b/node/Cargo.toml index 684c8d5..88cd304 100755 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'datahighway-collator' -version = '3.8.1' +version = '3.9.0' authors = ['Anonymous'] description = 'DataHighway parachain collator FRAME-based Substrate Node based upon the Cumulus.' license = 'Unlicense' diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 1910d08..d0f1dfe 100755 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'datahighway-parachain-runtime' -version = '3.8.1' +version = '3.9.0' authors = ['MXC Foundation GmbH ', 'Luke Schoen ', 'Ilya Beregovskiy '] license = 'GPL-3' homepage = 'http://www.datahighway.com/' diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 3a4a7a5..7c847be 100755 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -226,8 +226,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("datahighway-parachain"), impl_name: create_runtime_str!("datahighway-parachain"), authoring_version: 2, - spec_version: 7, - impl_version: 1, + spec_version: 9, + impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, state_version: 1,