From 5a617c3aaebaf09f0891eed5d77902dd588fd1de Mon Sep 17 00:00:00 2001 From: NikVolf Date: Tue, 9 Apr 2019 18:56:54 +0300 Subject: [PATCH] bump cli to 0.7 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4ebcba8..56f34a9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pwasm-utils-cli" -version = "0.6.0" +version = "0.7.0" authors = ["Nikolay Volf ", "Sergey Pepyakin "] license = "MIT/Apache-2.0" readme = "README.md"