From bc4a98c8a79a8bd68dc5d57a567dc699027841d0 Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Mon, 9 May 2022 20:18:54 -0700 Subject: [PATCH] update version to v0.116.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e6e2d0..01faff3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -796,7 +796,7 @@ dependencies = [ [[package]] name = "rblog" -version = "0.114.0" +version = "0.116.0" dependencies = [ "anyhow", "async-fs", diff --git a/Cargo.toml b/Cargo.toml index 7ab57e8..2413d84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rblog" -version = "0.114.0" +version = "0.116.0" authors = ["Prabir Shrestha "] edition = "2021" license = "MIT"