From bbfde41ded8bbf1548b1d4e83085fea6eacc50d1 Mon Sep 17 00:00:00 2001 From: "JelliedOwl (Paul)" <80860490+JelliedOwl@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:23:01 +0000 Subject: [PATCH] Bump the verision 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 3553f930..c9fe0865 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.2".into() + "4.0.8_pre_v1".into() } fn description() -> String {