diff --git a/runtime/casper/Cargo.toml b/runtime/casper/Cargo.toml index 0c74906..bf56843 100644 --- a/runtime/casper/Cargo.toml +++ b/runtime/casper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-runtime" -version = "3.5.31" +version = "3.5.32" 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 42e2504..d5f9cb8 100644 --- a/runtime/casper/src/lib.rs +++ b/runtime/casper/src/lib.rs @@ -117,11 +117,11 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("casper"), impl_name: create_runtime_str!("casper-svengali"), authoring_version: 0, - spec_version: 2, - impl_version: 0, + spec_version: 3, + impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, - state_version: 0, + state_version: 1, }; /// The BABE epoch configuration at genesis.