From b10b1cd2e20eec14b3a05cfecd7460507482bef3 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 19 Jul 2016 14:10:07 +0200 Subject: [PATCH] Bump version to v0.4.0-dev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e8f0b4..3f9f385 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytes" -version = "0.3.0" +version = "0.4.0-dev" license = "MIT" authors = ["Carl Lerche "] description = "Types and traits for working with bytes"