@@ -2,7 +2,7 @@
authors = ['Joystream']
edition = '2018'
name = 'joystream-node-runtime'
-version = '5.1.0'
+version = '5.2.0'
[features]
default = ['std']
@@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("joystream-node"),
impl_name: create_runtime_str!("joystream-node"),
authoring_version: 5,
- spec_version: 1,
+ spec_version: 2,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};
@@ -20,4 +20,4 @@ path = '..'
name = 'joystream-node-runtime-wasm'
-version = '1.0.1'