From 2a696d1be3aa29df61e3035a34cde4c8ca64003b Mon Sep 17 00:00:00 2001 From: Tim Bruijnzeels Date: Wed, 20 Oct 2021 11:27:56 +0200 Subject: [PATCH] Update versions for release 0.9.3-rc1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24ea38a8..fe091a3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -770,7 +770,7 @@ dependencies = [ [[package]] name = "krill" -version = "0.9.2" +version = "0.9.3-rc1" dependencies = [ "base64 0.13.0", "basic-cookies", diff --git a/Cargo.toml b/Cargo.toml index d9a10ef2..5c1f18c1 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.2" +version = "0.9.3-rc1" edition = "2018" authors = [ "The NLnet Labs RPKI team " ] description = "Resource Public Key Infrastructure (RPKI) daemon"