From 784cdbcbb1fd75fbf7b3addf5f72d4ec81319819 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 12 Feb 2024 15:31:29 +0100 Subject: [PATCH] Bump version to 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index feb792e..0c30959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-acme" -version = "0.6.0" +version = "0.6.1" edition = "2021" rust-version = "1.64" license = "Apache-2.0"