From 2098f0116d1399b82632647bf30df2ef02e91c68 Mon Sep 17 00:00:00 2001 From: Tim Bruijnzeels Date: Wed, 20 Nov 2019 10:11:28 +0800 Subject: [PATCH] Update version after release. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e47785b..9eb669ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "krill" -version = "0.3.0" +version = "0.3.1-pre" authors = ["Tim Bruijnzeels ", "Martin Hoffmann "] description = "Resource Public Key Infrastructure (RPKI) daemon" license = "MPL-2.0"