From dce4806161b6acca1626f096ca03a66d23dbf452 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 7 Aug 2020 22:15:53 +0300 Subject: [PATCH] chore: increment crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9af68e8..ab2524e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sonic-channel" -version = "0.3.0" +version = "0.3.1" authors = ["Dmitriy Pleshevskiy "] description = "Rust client for sonic search backend" categories = ["api-bindings"]