From 8d8cf8ffb322c4cc1cf621c11f18b4b9bea0b556 Mon Sep 17 00:00:00 2001 From: Onur Aslan Date: Sun, 4 Mar 2018 22:43:30 +0300 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a60466b..0a87880 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "acme-client" description = "Easy to use ACME client library to issue, renew and revoke TLS certificates" -version = "0.5.1" +version = "0.5.2" authors = ["Onur Aslan "] license = "MIT" keywords = ["letsencrypt", "acme"]