From ca167c81d45a98586de9f863e8899cc8ba2fffc1 Mon Sep 17 00:00:00 2001 From: Herr Seppia Date: Tue, 26 Jul 2022 15:16:15 +0200 Subject: [PATCH] Bump version to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9de145a..a6c0a3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kadcast" authors = ["herr-seppia "] -version = "0.4.0" +version = "0.4.1" edition = "2018" description = "Implementation of the Kadcast Network Protocol." categories = ["network-programming"]