diff --git a/Cargo.lock b/Cargo.lock index 360a159eb..e3b9a770b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,7 +661,7 @@ dependencies = [ [[package]] name = "krill" -version = "0.6.0" +version = "0.6.1" dependencies = [ "base64 0.10.1", "bcder", diff --git a/Cargo.toml b/Cargo.toml index 77df7ff3a..0222d78ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krill" -version = "0.6.0" +version = "0.6.1" 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 dbd9bf9ae..63b2bd25d 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.6.0 + version: 0.6.1 description: | # Introduction Welcome to the documentation for the Krill server API, a JSON based diff --git a/src/constants.rs b/src/constants.rs index d1176df08..08e8cb9c0 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -1,4 +1,4 @@ -pub const KRILL_VERSION: &str = "0.6.0"; +pub const KRILL_VERSION: &str = "0.6.1"; pub const KRILL_SERVER_APP: &str = "Krill"; pub const KRILL_CLIENT_APP: &str = "Krill Client";