From 4f5df11019d953e187a45033e83ad6a4ae414ebf Mon Sep 17 00:00:00 2001 From: TMKnight <548588+tmknight@users.noreply.github.com> Date: Sun, 7 Jan 2024 11:21:54 -0500 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2b2fd2..0d717b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docker-autoheal" -version = "0.2.0" +version = "0.2.1" authors = ["Travis M Knight "] license = "MIT" description = "Monitor and restart unhealthy docker containers"