From c0baac598fc3ad62f651e8aae8de15db2ce5695c Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Mon, 7 Mar 2022 11:08:37 -0800 Subject: [PATCH] [Client] Bump to 0.2.0 Close: #54 Signed-off-by: Maksym Pavlenko --- crates/client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 6517833..c1b25dc 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerd-client" -version = "0.1.2" +version = "0.2.0" authors = ["Maksym Pavlenko ", "The containerd Authors"] edition = "2018" license = "Apache-2.0"