From 434f450b0138a6cf9f2cb0446d56efd32df78c4b Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 5 Feb 2024 15:47:26 +0100 Subject: [PATCH] Bump version number to 0.4.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37cc73b..ca02218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-acme" -version = "0.4.2" +version = "0.4.3" edition = "2021" rust-version = "1.63" license = "Apache-2.0"