From d6534af71fabe78877b3ae9cb6054443d689780a Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Sat, 17 Sep 2022 11:22:10 -0700 Subject: [PATCH] update version to v0.203.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5038d3d..494f35d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1076,7 +1076,7 @@ dependencies = [ [[package]] name = "rblog" -version = "0.202.0" +version = "0.203.0" dependencies = [ "anyhow", "async-fs", diff --git a/Cargo.toml b/Cargo.toml index 1bbc88d..6b5590d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rblog" -version = "0.202.0" +version = "0.203.0" authors = ["Prabir Shrestha "] edition = "2021" license = "MIT"