From 6b4fe0b75fea777a6c9e96e2b066a97ae6d0d778 Mon Sep 17 00:00:00 2001 From: core Date: Wed, 29 Mar 2023 18:27:26 -0400 Subject: [PATCH] update version --- dnapi-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnapi-rs/Cargo.toml b/dnapi-rs/Cargo.toml index 1307825..288b233 100644 --- a/dnapi-rs/Cargo.toml +++ b/dnapi-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnapi-rs" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "A rust client for the Defined Networking API" license = "AGPL-3.0-or-later"