@@ -1614,7 +1614,7 @@ dependencies = [
[[package]]
name = "joystream-node-runtime"
-version = "6.16.0"
+version = "6.17.0"
dependencies = [
"parity-scale-codec",
"safe-mix",
@@ -1,11 +1,10 @@
-
[package]
authors = ['Joystream contributors']
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.16.0'
+version = '6.17.0'
[features]
default = ['std']
@@ -161,7 +161,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: 16,
+ spec_version: 17,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};