From df394a18e842f1cc9428a3374f08045bbfde8b20 Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Sun, 10 Aug 2025 00:11:00 -0700 Subject: [PATCH] Bump version to 0.2.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10133e5..4400375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" [[package]] name = "bebot" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index f9a0e8a..8f7354e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bebot" -version = "0.2.4" +version = "0.2.5" description = "Gitlab webhook bot that publishes events to Matrix" license = "AGPL-3.0" authors = [