Skip to content

Commit f561438

Browse files
author
Tim Bruijnzeels
committed
Update version for release.
1 parent 3f4fefb commit f561438

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "krill"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2018"
55
authors = [ "The NLnet Labs RPKI team <[email protected]>" ]
66
description = "Resource Public Key Infrastructure (RPKI) daemon"

doc/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: "3.0.2"
22
info:
33
title: Krill RPKI Server API
4-
version: 0.6.0
4+
version: 0.6.1
55
description: |
66
# Introduction
77
Welcome to the documentation for the Krill server API, a JSON based

src/constants.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pub const KRILL_VERSION: &str = "0.6.0";
1+
pub const KRILL_VERSION: &str = "0.6.1";
22
pub const KRILL_SERVER_APP: &str = "Krill";
33
pub const KRILL_CLIENT_APP: &str = "Krill Client";
44

0 commit comments

Comments
 (0)