From 43791194778c7b0c8eb6d7114241bb0d3e588e07 Mon Sep 17 00:00:00 2001 From: rakanalh Date: Thu, 21 Dec 2023 12:51:26 +0300 Subject: [PATCH] Increment devnet runtime version --- runtime/cere-dev/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/cere-dev/src/lib.rs b/runtime/cere-dev/src/lib.rs index 1cb03a695..509a1893b 100644 --- a/runtime/cere-dev/src/lib.rs +++ b/runtime/cere-dev/src/lib.rs @@ -129,10 +129,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 48016, + spec_version: 48017, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 7, + transaction_version: 8, state_version: 0, };