From 74bfc4ae32872440b06c7627d2e22034a52b4b3d Mon Sep 17 00:00:00 2001 From: vms Date: Thu, 3 Sep 2020 21:46:22 +0300 Subject: [PATCH] bump fcli version --- Cargo.lock | 2 +- tools/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d7b4e38..47674a7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "fcli" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "clap", diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index bf9c6f1f..5770bead 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fcli" description = "Fluence FCE command line tool" -version = "0.1.2" +version = "0.1.3" authors = ["Fluence Labs"] repository = "https://github.com/fluencelabs/fce/tools/cli" license = "Apache-2.0"