Przeglądaj źródła

Bump the runtime version

Shamil Gadelshin 4 lat temu
rodzic
commit
1bd31a13e9
3 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      Cargo.lock
  2. 1 1
      runtime/Cargo.toml
  3. 1 1
      runtime/src/lib.rs

+ 1 - 1
Cargo.lock

@@ -1614,7 +1614,7 @@ dependencies = [
 
 [[package]]
 name = "joystream-node-runtime"
-version = "6.13.0"
+version = "6.14.0"
 dependencies = [
  "parity-scale-codec",
  "safe-mix",

+ 1 - 1
runtime/Cargo.toml

@@ -5,7 +5,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 = '6.13.0'
+version = '6.14.0'
 
 [features]
 default = ['std']

+ 1 - 1
runtime/src/lib.rs

@@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
     spec_name: create_runtime_str!("joystream-node"),
     impl_name: create_runtime_str!("joystream-node"),
     authoring_version: 6,
-    spec_version: 13,
+    spec_version: 14,
     impl_version: 0,
     apis: RUNTIME_API_VERSIONS,
 };