From 20f567162dc02227836f658e112a7c3bcdc93685 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Sat, 2 Dec 2023 22:22:22 +0100 Subject: [PATCH] Bump version to 0.14.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a746d7d..4a3ae20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tokio-graceful-shutdown" authors = ["Finomnis "] -version = "0.14.1" +version = "0.14.2" edition = "2021" rust-version = "1.63" license = "MIT OR Apache-2.0"