From 2fe761f8c4ca11d040cf02b17426182c66b4c2ee Mon Sep 17 00:00:00 2001 From: NikVolf Date: Mon, 9 Sep 2019 16:58:21 +0300 Subject: [PATCH] bump cli to 0.11 as well --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c66ed08..09d48b3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwasm-utils-cli" -version = "0.10.0" +version = "0.11.0" authors = ["Nikolay Volf ", "Sergey Pepyakin "] license = "MIT/Apache-2.0" readme = "README.md"