From c2e3b1c6512ae0a9c71af0b47c06613a51b87982 Mon Sep 17 00:00:00 2001 From: chris13524 Date: Mon, 18 Mar 2024 19:05:23 +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 1431fa5a..c0463d96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2847,7 +2847,7 @@ checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" [[package]] name = "notify-server" -version = "0.26.3" +version = "0.26.4" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 078c4673..0fbdf830 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notify-server" -version = "0.26.3" +version = "0.26.4" publish = false edition = "2021" authors = ["Chris Smith "]