From a9f39c97ee9c9f9c7b3123a24bada1a8cbd9d080 Mon Sep 17 00:00:00 2001 From: chris13524 Date: Sun, 10 Mar 2024 18:21:38 +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 237a85a5..1b67f119 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2834,7 +2834,7 @@ checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" [[package]] name = "notify-server" -version = "0.25.2" +version = "0.25.3" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index a94a769b..a116d8ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notify-server" -version = "0.25.2" +version = "0.25.3" publish = false edition = "2021" authors = ["Chris Smith "]