From cc3a2848c0c06918e390d51f4f251ee2d17dbd91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20Bl=C3=B6cher?= Date: Mon, 24 Mar 2025 15:53:33 +0000 Subject: [PATCH] Release v2.1.2 Closes #11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05e5ff7..1261778 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shellflip" -version = "2.1.1" +version = "2.1.2" edition = "2021" description = "Graceful process restarts in Rust" repository = "https://github.com/cloudflare/shellflip"