From e23b1883b0def7a27ede186cbb37126409ad5894 Mon Sep 17 00:00:00 2001 From: Maciek Date: Tue, 23 Jan 2024 15:33:20 +0100 Subject: [PATCH] bump version (#515) 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 2fc3b589f..6f23b1d33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -972,7 +972,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "defguard" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index 112b97668..295615098 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard" -version = "0.8.0" +version = "0.9.0" edition = "2021" license = "Apache-2.0" homepage = "https://defguard.net/"