From 8e2ac7b3eea1957b90f2cd59dafd56a365f3b5bc Mon Sep 17 00:00:00 2001 From: Arthur Carcano Date: Tue, 4 Oct 2022 14:26:19 +0200 Subject: [PATCH] bump version to 0.1.0-beta.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdb400e..c26ccbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "agnos" -version = "0.1.0-alpha" +version = "0.1.0-beta.1" authors = ["Arthur Carcano"] description = """Obtain (wildcard) certificates from let's encrypt \ using dns-01 without the need for API access to your DNS provider."""