From 4d887d22af4a8cbc85bc988ebb65e7d5eab17a4a Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 30 Oct 2023 09:45:30 +0100 Subject: [PATCH] Bump version to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2d4483..865be14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-acme" -version = "0.4.0" +version = "0.4.1" edition = "2021" rust-version = "1.63" license = "Apache-2.0"