From eb38c11429a78f2143e0aed40f7690415f9bce5d Mon Sep 17 00:00:00 2001 From: Christian Haynes <06chaynes@gmail.com> Date: Thu, 26 Oct 2023 21:31:40 -0400 Subject: [PATCH] bumped alpha3 --- tfct/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfct/Cargo.toml b/tfct/Cargo.toml index 514af38..43d455e 100644 --- a/tfct/Cargo.toml +++ b/tfct/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfct" -version = "0.1.0-alpha2" +version = "0.1.0-alpha3" description = "A tool to help manage a toolset that helps manage your deployments" authors = ["Christian Haynes <06chaynes@gmail.com>"] repository = "https://github.com/06chaynes/tfc-toolset.git"