From ada603908b39cef94f4296fdbbbed7c7af2c351b Mon Sep 17 00:00:00 2001 From: jesse Date: Fri, 15 Sep 2023 17:36:09 -0400 Subject: [PATCH] version bump --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index fde70c2d1..86c5fed62 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -126,7 +126,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. #[allow(clippy::zero_prefixed_literal)] - spec_version: 005, + spec_version: 006, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 2,