diff --git a/Cargo.lock b/Cargo.lock index fb224ec..23bc4e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,7 +22,7 @@ dependencies = [ [[package]] name = "agnos" -version = "0.1.0-beta.2" +version = "0.1.0-beta.3" dependencies = [ "acme2", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 89e5a1f..e6755aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "agnos" -version = "0.1.0-beta.2" +version = "0.1.0-beta.3" authors = ["Arthur Carcano"] description = """Obtain (wildcard) certificates from let's encrypt \ using dns-01 without the need for API access to your DNS provider."""