From b823cc01778fd364a78279a2979f84ef79f954eb Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Tue, 8 Aug 2023 19:09:23 +0300 Subject: [PATCH] release: 0.1.0-alpha.5 (#4111) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d083e629f..aac12498b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ default-members = ["bin/reth"] resolver = "2" [workspace.package] -version = "0.1.0-alpha.4" +version = "0.1.0-alpha.5" edition = "2021" rust-version = "1.70" # Remember to update .clippy.toml and README.md license = "MIT OR Apache-2.0"