From e14b08fed51a5dcb940f9efcfa63b05a045b57c8 Mon Sep 17 00:00:00 2001 From: Tim Bruijnzeels Date: Thu, 20 May 2021 16:22:06 +0200 Subject: [PATCH] Update version for release 0.9.0-rc3 (#528) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 257a93aa..35893eb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1112,7 +1112,7 @@ dependencies = [ [[package]] name = "krill" -version = "0.9.0-rc2" +version = "0.9.0-rc3" dependencies = [ "base64 0.13.0", "basic-cookies", diff --git a/Cargo.toml b/Cargo.toml index c2b87ef3..37ac2d19 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.9.0-rc2" +version = "0.9.0-rc3" edition = "2018" authors = [ "The NLnet Labs RPKI team " ] description = "Resource Public Key Infrastructure (RPKI) daemon"