From 037f00a3b8aef1f579429837315cc6e5ec4c9c60 Mon Sep 17 00:00:00 2001 From: Chris Branch Date: Fri, 4 Oct 2024 14:42:21 +0100 Subject: [PATCH] Release v2.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2867fe..05e5ff7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shellflip" -version = "2.1.0" +version = "2.1.1" edition = "2021" description = "Graceful process restarts in Rust" repository = "https://github.com/cloudflare/shellflip"