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