From 209910299dfa4b9cf143bd3280fce4dfe21dfd2c Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 9 Mar 2018 14:33:25 -0700 Subject: [PATCH] Version bump Next release probably won't have a compatible entry log with the 0.3.x line. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58819fa2f..6edfdc750 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "silk" description = "A silky smooth implementation of the Loom architecture" -version = "0.3.3" +version = "0.4.0" documentation = "https://docs.rs/silk" homepage = "http://loomprotocol.com/" repository = "https://github.com/loomprotocol/silk"