From 2dda318253597b1ff2b4292d6a1261c1098a09ca Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 4 Feb 2021 17:13:34 -0500 Subject: [PATCH] Bump Version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6133348..80b6350 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "icmp-socket" description = "ICMP sockets for both IPv4 and IPv6" -version = "0.1.0" +version = "0.1.1" repository = "https://github.com/zaphar/icmp-socket" authors = ["Jeremy Wall "] edition = "2018"