From a7840aa584b4af134e8327fdb03f0793b696554a Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:07:40 +0200 Subject: [PATCH] update version to 0.5.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c39485f..4d08c01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "defguard_wireguard_rs" -version = "0.5.1" +version = "0.5.2" dependencies = [ "base64", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index f34e3a5..ffdf113 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard_wireguard_rs" -version = "0.5.1" +version = "0.5.2" edition = "2021" description = "A unified multi-platform high-level API for managing WireGuard interfaces" license = "Apache-2.0"