From b33935b5f81d60a84bf455249dde82622c0795cd Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Wed, 20 Sep 2023 00:18:37 -0700 Subject: [PATCH] Post-release version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c600537..b7b7733 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,7 +152,7 @@ checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" [[package]] name = "bebot" -version = "0.1.0" +version = "0.1.1-alpha.1" dependencies = [ "anyhow", "constant_time_eq", diff --git a/Cargo.toml b/Cargo.toml index 97813ea..55b1eef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bebot" -version = "0.1.0" +version = "0.1.1-alpha.1" description = "Gitlab webhook bot that publishes events to Matrix" license = "GPL-3.0" authors = [