From fffb7a17835914f13cab455c5139ec0ad49fb55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Wed, 6 Aug 2025 17:32:37 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c65dda20..2d7c659a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "defguard-gateway" -version = "1.4.0" +version = "1.4.1" dependencies = [ "axum 0.8.4", "base64", diff --git a/Cargo.toml b/Cargo.toml index 8f7e50b6..6ab6afd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard-gateway" -version = "1.4.0" +version = "1.4.1" edition = "2021" [dependencies]