From fbe18f697a710ffb4674b1874cb85f2a5045cccb Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 26 Jul 2024 10:15:55 +0200 Subject: [PATCH] Bump version to 0.7.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24265e3..9559220 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-acme" -version = "0.7.1" +version = "0.7.2" edition = "2021" rust-version = "1.70" license = "Apache-2.0"