From 4b4e00df412c2bce9317b95edefec9b47482ecfc Mon Sep 17 00:00:00 2001 From: ximon18 <3304436+ximon18@users.noreply.github.com> Date: Mon, 8 Aug 2022 16:00:06 +0200 Subject: [PATCH] Bump to rc3-dev, this isn't rc2 anymore. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"