From a50af587580f883f7ed443f0c30aea8b8d87d430 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 16 Jul 2024 20:51:58 +0200 Subject: [PATCH] Bump version to 0.7.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 850c15e..6b300dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-acme" -version = "0.7.0" +version = "0.7.1" edition = "2021" rust-version = "1.67" license = "Apache-2.0"