From a33c6a09661a7b51979214edd4ba85e04ec5100b Mon Sep 17 00:00:00 2001 From: chris13524 Date: Tue, 23 Jan 2024 23:32:03 +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 283e9b7a..f4d364f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2366,7 +2366,7 @@ checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" [[package]] name = "notify-server" -version = "0.21.7" +version = "0.21.8" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 344e0668..95d85239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notify-server" -version = "0.21.7" +version = "0.21.8" publish = false edition = "2021" authors = ["Chris Smith "]