From b968f731cb225341f64381e050a225716bedb7d7 Mon Sep 17 00:00:00 2001 From: chris13524 Date: Sun, 5 May 2024 09:56:21 +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 f42ff1db..d2fc7867 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3058,7 +3058,7 @@ checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" [[package]] name = "notify-server" -version = "0.29.27" +version = "0.29.28" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 2f91b983..39deeca3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notify-server" -version = "0.29.27" +version = "0.29.28" publish = false edition = "2021" authors = ["Chris Smith "]