From c2c5b9f2764ca8c74785f121c603e9219b3af485 Mon Sep 17 00:00:00 2001 From: Alessandro Siniscalchi Date: Tue, 9 Apr 2024 14:26:31 +0200 Subject: [PATCH] node version to 0.14 , laos runtime to 1400 --- Cargo.toml | 2 +- runtime/laos/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70e90d69d..5345dae6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ description = "The LAOS parachain node." repository = "https://github.com/freeverseio/laos.git" homepage = "https://www.laosfoundation.io" authors = ["Freeverse"] -version = "0.13.0" +version = "0.14.0" [workspace] resolver = "2" diff --git a/runtime/laos/src/lib.rs b/runtime/laos/src/lib.rs index 58334d158..6e0d400d2 100644 --- a/runtime/laos/src/lib.rs +++ b/runtime/laos/src/lib.rs @@ -84,7 +84,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("laos"), impl_name: create_runtime_str!("laos"), authoring_version: 1, - spec_version: 1300, + spec_version: 1400, impl_version: 0, apis: apis::PUBLIC_RUNTIME_API_VERSIONS, transaction_version: 1,