From a07b0e4c6c45d40d98520389a941cdc132b5b6b7 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:01:29 +0200 Subject: [PATCH] chore: bump version 0.4 -> 0.5 (#67) * bump version * update lockfile --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae541e4..431b50f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "defguard-proxy" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "axum 0.7.4", diff --git a/Cargo.toml b/Cargo.toml index c82ec54..b4f9eee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard-proxy" -version = "0.4.0" +version = "0.5.0" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/DefGuard/proxy"