From 28465f8c1492e6588bd2cae71cc481e9da9f27da Mon Sep 17 00:00:00 2001 From: fawadasaurus <99134191+fawadasaurus@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:46:37 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6496142..8cfad37d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wick-cli" -version = "0.16.0" +version = "0.16.1" edition = "2021" default-run = "wick" license = "Elastic-2.0"