From 2f7bdadcc189d65d96be97fb4e2b4cbc7840100a Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Tue, 27 Feb 2024 23:22:16 -0800 Subject: [PATCH] bump version to v0.267.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3aee63..8c14935 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1326,7 +1326,7 @@ dependencies = [ [[package]] name = "rblog" -version = "0.266.0" +version = "0.267.0" dependencies = [ "anyhow", "async-fs", diff --git a/Cargo.toml b/Cargo.toml index 1606665..80f721a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rblog" -version = "0.266.0" +version = "0.267.0" authors = ["Prabir Shrestha "] edition = "2021" license = "MIT"