From cb7fd90f79a7a8bd6692edd873d6fb2d14b04c9a Mon Sep 17 00:00:00 2001 From: Mokhtar Naamani Date: Thu, 6 Jun 2024 11:05:13 +0400 Subject: [PATCH] bump joystream-node version to v8.7.0 --- Cargo.lock | 2 +- bin/node/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8a378716d..dbaf1d4ed5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3351,7 +3351,7 @@ dependencies = [ [[package]] name = "joystream-node" -version = "8.6.0" +version = "8.7.0" dependencies = [ "assert_cmd", "async-std", diff --git a/bin/node/Cargo.toml b/bin/node/Cargo.toml index 3b2018214f..7a1097139f 100644 --- a/bin/node/Cargo.toml +++ b/bin/node/Cargo.toml @@ -3,7 +3,7 @@ authors = ['Joystream contributors'] build = 'build.rs' edition = '2018' name = 'joystream-node' -version = '8.6.0' +version = '8.7.0' default-run = "joystream-node" [[bin]] @@ -156,4 +156,4 @@ runtime-benchmarks = [ "frame-benchmarking-cli/runtime-benchmarks" ] -try-runtime = ["node-runtime/try-runtime", "try-runtime-cli/try-runtime"] \ No newline at end of file +try-runtime = ["node-runtime/try-runtime", "try-runtime-cli/try-runtime"]