Mokhtar Naamani пре 4 година
родитељ
комит
7c0866d5e5
3 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      Cargo.lock
  2. 1 1
      runtime/Cargo.toml
  3. 1 1
      runtime/src/lib.rs

+ 1 - 1
Cargo.lock

@@ -2053,7 +2053,7 @@ dependencies = [
 
 [[package]]
 name = "joystream-node-runtime"
-version = "7.5.1"
+version = "7.5.2"
 dependencies = [
  "frame-benchmarking",
  "frame-executive",

+ 1 - 1
runtime/Cargo.toml

@@ -4,7 +4,7 @@ edition = '2018'
 name = 'joystream-node-runtime'
 # Follow convention: https://github.com/Joystream/substrate-runtime-joystream/issues/1
 # {Authoring}.{Spec}.{Impl} of the RuntimeVersion
-version = '7.5.1'
+version = '7.5.2'
 
 [dependencies]
 # Third-party dependencies

+ 1 - 1
runtime/src/lib.rs

@@ -71,7 +71,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
     impl_name: create_runtime_str!("joystream-node"),
     authoring_version: 7,
     spec_version: 5,
-    impl_version: 1,
+    impl_version: 2,
     apis: crate::runtime_api::EXPORTED_RUNTIME_API_VERSIONS,
     transaction_version: 1,
 };