From bf45bd90fafdf798164d47be37cbd00d13e098d9 Mon Sep 17 00:00:00 2001 From: h4x3rotab Date: Thu, 22 Sep 2022 16:59:51 +0000 Subject: [PATCH] bump runtime to v1181 --- Cargo.lock | 2 +- runtime/khala/Cargo.toml | 2 +- runtime/khala/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac7f576d..30f84fe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3755,7 +3755,7 @@ dependencies = [ [[package]] name = "khala-parachain-runtime" -version = "0.1.18" +version = "0.1.18-1" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", diff --git a/runtime/khala/Cargo.toml b/runtime/khala/Cargo.toml index c90ef032..592816a5 100644 --- a/runtime/khala/Cargo.toml +++ b/runtime/khala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "khala-parachain-runtime" -version = "0.1.18" +version = "0.1.18-1" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/khala/src/lib.rs b/runtime/khala/src/lib.rs index 06373c30..48346af1 100644 --- a/runtime/khala/src/lib.rs +++ b/runtime/khala/src/lib.rs @@ -145,7 +145,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("khala"), impl_name: create_runtime_str!("khala"), authoring_version: 1, - spec_version: 1180, + spec_version: 1181, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4,