From 4bbe44e4013965f7b980d1a4a3c486a9154d37eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=ADdac=20Sement=C3=A9=20Fern=C3=A1ndez?= Date: Wed, 12 Jun 2024 11:15:28 +0200 Subject: [PATCH] * Update spec_version to 600 --- runtime/ajuna/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/ajuna/src/lib.rs b/runtime/ajuna/src/lib.rs index 6378676..c8b07a3 100644 --- a/runtime/ajuna/src/lib.rs +++ b/runtime/ajuna/src/lib.rs @@ -212,7 +212,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("ajuna"), impl_name: create_runtime_str!("ajuna"), authoring_version: 1, - spec_version: 500, + spec_version: 600, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,