From 2fd08ff6e08a09aebe421bf329600dc0fd9c6660 Mon Sep 17 00:00:00 2001 From: remz <> Date: Thu, 27 Oct 2022 21:37:32 +0200 Subject: [PATCH] Bumped the client version number --- node/cli/src/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 3aad764f..5cca2642 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -25,7 +25,7 @@ impl SubstrateCli for Cli { } fn impl_version() -> String { - "4.0.1".into() + "4.0.2".into() } fn description() -> String {