From c32e85633244bb317ab1b9c7660ab5f592c5290a Mon Sep 17 00:00:00 2001 From: Maciek Date: Mon, 16 Oct 2023 11:11:22 +0200 Subject: [PATCH] bump version (#27) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maciej Wójcik --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 939119e..2be3a64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "defguard_wireguard_rs" -version = "0.2.2" +version = "0.2.3" dependencies = [ "base64", "log", diff --git a/Cargo.toml b/Cargo.toml index 6907a75..6518c70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard_wireguard_rs" -version = "0.2.2" +version = "0.2.3" edition = "2021" description = "A unified multi-platform high-level API for managing WireGuard interfaces" license = "Apache-2.0"