Skip to content

Commit

Permalink
Update version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Bruijnzeels committed May 15, 2020
1 parent 3f4fefb commit f561438
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "krill"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
authors = [ "The NLnet Labs RPKI team <rpki-team@nlnetlabs.nl>" ]
description = "Resource Public Key Infrastructure (RPKI) daemon"
Expand Down
2 changes: 1 addition & 1 deletion doc/openapi.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit f561438

Please sign in to comment.