From b4ddfccc2bf7063253ce6b86b77fbdadd2846a45 Mon Sep 17 00:00:00 2001 From: Tim Bruijnzeels Date: Wed, 15 Sep 2021 15:31:37 +0200 Subject: [PATCH] Update version for development. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fad98f14..c9c44dbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -770,7 +770,7 @@ dependencies = [ [[package]] name = "krill" -version = "0.9.2-rc1" +version = "0.9.2-rc2" dependencies = [ "base64 0.13.0", "basic-cookies", diff --git a/Cargo.toml b/Cargo.toml index 0711dc43..0a7f3825 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-rc1" +version = "0.9.2-rc2" edition = "2018" authors = [ "The NLnet Labs RPKI team " ] description = "Resource Public Key Infrastructure (RPKI) daemon"