From 9f3d39de6de7dd8a66da3e0cffbf2710c3a505f6 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Tue, 20 Aug 2024 11:04:25 +0300 Subject: [PATCH] Release 2.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4420a58..7b7466a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stevedore" -version = "2.2.0" +version = "2.2.1" description = "Docker distribution for Windows that Just Works" edition = "2021" authors = ["Marat Radchenko "]