diff --git a/Cargo.lock b/Cargo.lock index 58f1c05..f22ae99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,7 +1186,7 @@ dependencies = [ [[package]] name = "casper-runtime" -version = "3.5.35" +version = "3.5.36" dependencies = [ "casper-runtime-constants", "frame-benchmarking", diff --git a/runtime/casper/Cargo.toml b/runtime/casper/Cargo.toml index 00cf92c..cb11aca 100644 --- a/runtime/casper/Cargo.toml +++ b/runtime/casper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-runtime" -version = "3.5.35" +version = "3.5.36" build = "build.rs" description = "Runtime of the Casper Network" edition.workspace = true diff --git a/runtime/casper/src/lib.rs b/runtime/casper/src/lib.rs index 9369293..b7de5db 100644 --- a/runtime/casper/src/lib.rs +++ b/runtime/casper/src/lib.rs @@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("casper-svengali"), authoring_version: 0, spec_version: 3, - impl_version: 1, + impl_version: 2, apis: RUNTIME_API_VERSIONS, transaction_version: 1, state_version: 1,