From c4daee9281df30d7df1c996d8a6ae132904a4d95 Mon Sep 17 00:00:00 2001 From: Alessandro Siniscalchi Date: Tue, 21 May 2024 16:29:06 +0200 Subject: [PATCH] update klaos runtime version to 1500 --- runtime/klaos/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/klaos/src/lib.rs b/runtime/klaos/src/lib.rs index f645d8bc1..98ecdbbcb 100644 --- a/runtime/klaos/src/lib.rs +++ b/runtime/klaos/src/lib.rs @@ -202,7 +202,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("klaos"), impl_name: create_runtime_str!("klaos"), authoring_version: 1, - spec_version: 1402, + spec_version: 1500, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,