From a6e522c21ed0e6dbaa9d95a4a025a65c8909adbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Jul 2023 00:36:08 +0000 Subject: [PATCH] [tagpr] prepare for the next release --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 503ee34..009b746 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-fluent" -version = "0.3.1" +version = "0.4.0" authors = ["johnmanjiro13"] edition = "2021" description = "A fluentd client using tokio" diff --git a/README.md b/README.md index b8a26c9..5d28dc4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add this to your `Cargo.toml` ```toml [dependencies] -tokio-fluent = "0.3.1" +tokio-fluent = "0.4.0" ``` ## Example