From 55bf03061ecaddcfbbf79c6d79612d56b2de0adc Mon Sep 17 00:00:00 2001 From: chris13524 Date: Fri, 22 Mar 2024 21:02:11 +0000 Subject: [PATCH] chore: Bump version for release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3d453aa..04401e0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2892,7 +2892,7 @@ checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" [[package]] name = "notify-server" -version = "0.29.0" +version = "0.29.1" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 92c74b39..94dfca4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notify-server" -version = "0.29.0" +version = "0.29.1" publish = false edition = "2021" authors = ["Chris Smith "]