From 6ed37d1a576aa26712d336f7cd5850d8b4e8751e Mon Sep 17 00:00:00 2001 From: Evan Simmons Date: Wed, 29 Jan 2020 15:07:58 -0800 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7400af7..aa7d9557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "log4rs" -version = "0.9.0" +version = "0.10.0" authors = ["Steven Fackler ", "Evan Simmons "] description = "A highly configurable multi-output logging implementation for the `log` facade" license = "MIT/Apache-2.0"