diff --git a/Cargo.lock b/Cargo.lock index e6bd637..a466ef3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "defguard_wireguard_rs" -version = "0.4.6" +version = "0.4.7" dependencies = [ "base64", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 6e4d9da..2a8f745 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard_wireguard_rs" -version = "0.4.6" +version = "0.4.7" edition = "2021" description = "A unified multi-platform high-level API for managing WireGuard interfaces" license = "Apache-2.0"