From aaf451db41a69a5d7a06006a3f1195ac2d92d2e4 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Mon, 4 May 2015 16:48:08 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index caedbf5..3f68309 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.1.8" +version = "0.1.9" authors = ["Abhishek Chanda "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0"