From 4b5d9e2cdeea4dc9be6d177df26131c5c5091a0e Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Tue, 29 Jul 2025 03:19:53 -0700 Subject: [PATCH] Bump version to 0.2.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d7eb59..588a4e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -287,7 +287,7 @@ checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" [[package]] name = "bebot" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ea9b99a..1cf4295 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bebot" -version = "0.2.2" +version = "0.2.3" description = "Gitlab webhook bot that publishes events to Matrix" license = "GPL-3.0" authors = [