From 107282fc6705b395a1f5106c8c5c3eed34a2c48d Mon Sep 17 00:00:00 2001 From: Adarsh Shah Date: Thu, 15 Feb 2024 09:57:05 -0500 Subject: [PATCH] bumps cli version to 0.17.0 (#547) --- tembo-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tembo-cli/Cargo.toml b/tembo-cli/Cargo.toml index 21a0df93f..04c95a0a4 100644 --- a/tembo-cli/Cargo.toml +++ b/tembo-cli/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["temboclient", "tembodataclient"] } [package] name = "tembo-cli" -version = "0.16.0" +version = "0.17.0" edition = "2021" authors = ["Tembo.io"] description = "The CLI for Tembo"