From 2b530aa146445d4e33886ade8c948975daabddf1 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Tue, 9 Apr 2024 16:01:58 +1000 Subject: [PATCH] Version bump to v0.5.0 (#248) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bba8bd5..167d4351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "discv5" authors = ["Age Manning "] edition = "2018" -version = "0.4.1" +version = "0.5.0" description = "Implementation of the p2p discv5 discovery protocol" license = "Apache-2.0" repository = "https://github.com/sigp/discv5"