Преглед на файлове

runtime: bump runtime spec version

Mokhtar Naamani преди 3 години
родител
ревизия
cc1294e603
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      runtime/src/lib.rs

+ 1 - 1
runtime/src/lib.rs

@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
     spec_name: create_runtime_str!("joystream-node"),
     impl_name: create_runtime_str!("joystream-node"),
     authoring_version: 9,
-    spec_version: 12,
+    spec_version: 13,
     impl_version: 0,
     apis: crate::runtime_api::EXPORTED_RUNTIME_API_VERSIONS,
     transaction_version: 1,