diff --git a/Cargo.lock b/Cargo.lock index df3a0fea..387c1253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "krill" -version = "0.10.0-rc2" +version = "0.10.0-rc3" dependencies = [ "backoff", "base64", diff --git a/Cargo.toml b/Cargo.toml index b01e4165..fe130df2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # Note: some of these values are also used when building Debian packages below. name = "krill" -version = "0.10.0-rc2" +version = "0.10.0-rc3-dev" edition = "2018" authors = [ "The NLnet Labs RPKI team " ] description = "Resource Public Key Infrastructure (RPKI) daemon"