From a318328a069783dca85bbf3885fba726f1bdb67b Mon Sep 17 00:00:00 2001 From: Tim Bruijnzeels Date: Tue, 27 Oct 2020 09:00:12 +0100 Subject: [PATCH] Update development version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- doc/openapi.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb644ac3..b075aa6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -658,7 +658,7 @@ dependencies = [ [[package]] name = "krill" -version = "0.8.0" +version = "0.8.0-bis" dependencies = [ "base64 0.10.1", "bcder", diff --git a/Cargo.toml b/Cargo.toml index ff25c910..61be6b33 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.8.0" +version = "0.8.0-bis" edition = "2018" authors = [ "The NLnet Labs RPKI team " ] description = "Resource Public Key Infrastructure (RPKI) daemon" diff --git a/doc/openapi.yaml b/doc/openapi.yaml index d7822cab..c9615a77 100644 --- a/doc/openapi.yaml +++ b/doc/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.2" info: title: Krill RPKI Server API - version: 0.8.0 + version: 0.8.0-bis description: | # Introduction Welcome to the documentation for the Krill server API, a JSON based