From bc9c83af7a9804a8356ad9f90e1a2d79b35de0d9 Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Mon, 12 Sep 2022 01:09:09 -0700 Subject: [PATCH] bump version to v0.202.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 298fe88..4abc31a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1076,7 +1076,7 @@ dependencies = [ [[package]] name = "rblog" -version = "0.201.0" +version = "0.202.0" dependencies = [ "anyhow", "async-fs", diff --git a/Cargo.toml b/Cargo.toml index e6cb084..78257de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rblog" -version = "0.201.0" +version = "0.202.0" authors = ["Prabir Shrestha "] edition = "2021" license = "MIT"