From f99c458597f8b97b866b66e88d8c913451ce23fa Mon Sep 17 00:00:00 2001 From: "chanda, abhishek" Date: Sun, 2 Aug 2015 18:34:01 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d6b903..9c1720c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.1.10" +version = "0.1.11" authors = ["Abhishek Chanda "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0"