@@ -2393,7 +2393,7 @@ dependencies = [
[[package]]
name = "joystream-node-runtime"
-version = "9.0.0"
+version = "9.0.1"
dependencies = [
"frame-benchmarking",
"frame-executive",
@@ -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 = '9.0.0'
+version = '9.0.1'
[dependencies]
# Third-party dependencies
@@ -89,7 +89,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("joystream-node"),
authoring_version: 9,
spec_version: 0,
- impl_version: 0,
+ impl_version: 1,
apis: crate::runtime_api::EXPORTED_RUNTIME_API_VERSIONS,
transaction_version: 1,
};