From 54674a299d165d20682fcd540b029df8c65a5300 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:22:53 +0100 Subject: [PATCH] bump version to 1.0.0 (#131) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b8ff857..7e586693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ dependencies = [ [[package]] name = "defguard-gateway" -version = "0.7.3" +version = "1.0.0" dependencies = [ "axum", "base64", diff --git a/Cargo.toml b/Cargo.toml index 317b0994..23d9d054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard-gateway" -version = "0.7.3" +version = "1.0.0" edition = "2021" [dependencies]