From 76af6087894059090a4dfaee920b1bc9bcd775e6 Mon Sep 17 00:00:00 2001 From: core Date: Tue, 27 Jun 2023 08:39:12 -0400 Subject: [PATCH] tfclient 0.2.1 --- tfclient/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfclient/Cargo.toml b/tfclient/Cargo.toml index 605709d..fa5ae78 100644 --- a/tfclient/Cargo.toml +++ b/tfclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfclient" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "An open-source reimplementation of a Defined Networking-compatible client" license = "GPL-3.0-or-later"