From c44e5c1e8f2f1fdf7fc68230a82dc03a1dbc238e Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 29 Jan 2024 18:04:22 +0100 Subject: [PATCH] Bump version to 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9b1534..37cc73b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-acme" -version = "0.4.1" +version = "0.4.2" edition = "2021" rust-version = "1.63" license = "Apache-2.0"