From f2d931c3f6d0e8f1ae9f3301c31c2fd832e3b4af Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Sun, 12 Jan 2025 05:34:27 -0800 Subject: [PATCH] update version to v0.271.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09c5d87..bc8f89e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1878,7 +1878,7 @@ dependencies = [ [[package]] name = "rblog" -version = "0.270.0" +version = "0.271.0" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 4bcc906..3e9f2d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rblog" -version = "0.270.0" +version = "0.271.0" authors = ["Prabir Shrestha "] edition = "2021" license = "MIT"