From e7379034ce805d96cfa4eb55b83789f03b8667e8 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 30 May 2023 10:47:22 +0200 Subject: [PATCH] Bump version number to 0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cda0fa9..892b5ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-acme" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" description = "Async pure-Rust ACME client"