From 932106df4c2c7be8e0ec6a6667e724895609cf03 Mon Sep 17 00:00:00 2001 From: Toufeeq Pasha Date: Thu, 30 Jan 2025 18:31:40 +0530 Subject: [PATCH] bumped sepc version --- runtime/src/version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/version.rs b/runtime/src/version.rs index 658a3e3a7..fc862ab8c 100644 --- a/runtime/src/version.rs +++ b/runtime/src/version.rs @@ -17,7 +17,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // Per convention: if the runtime behavior changes, increment spec_version // and set impl_version to 0. This paramenter is typically incremented when // there's an update to the transaction_version. - spec_version: 40, + spec_version: 41, // The version of the implementation of the specification. Nodes can ignore this. It is only // used to indicate that the code is different. As long as the authoring_version and the // spec_version are the same, the code itself might have changed, but the native and Wasm