From: Matt Corallo Date: Tue, 6 Feb 2024 04:21:02 +0000 (+0000) Subject: Bump version now that we're (relatively) feature-complete X-Git-Tag: v0.5.4~99 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=1dc07ed6822bc818d1b5c8bcb7e48a049cb69c79;p=dnssec-prover Bump version now that we're (relatively) feature-complete --- diff --git a/Cargo.toml b/Cargo.toml index c70cdf1..fe439b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnssec-prover" -version = "0.2.0" +version = "0.3.0" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://git.bitcoin.ninja/index.cgi?p=dnssec-prover"