From 73def7651e60c62cab8e2932a7b74aaf2beb0ff2 Mon Sep 17 00:00:00 2001 From: jasl Date: Mon, 24 Jul 2023 19:45:04 +0800 Subject: [PATCH] Bump Thala runtime version to 1257 --- runtime/thala/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/thala/src/lib.rs b/runtime/thala/src/lib.rs index c3668356..bd0e6443 100644 --- a/runtime/thala/src/lib.rs +++ b/runtime/thala/src/lib.rs @@ -168,7 +168,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("thala"), impl_name: create_runtime_str!("thala"), authoring_version: 1, - spec_version: 1256, + spec_version: 1257, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6,