From b9acfd14f4bb46dbd2752ae2e7f394cac39a61a3 Mon Sep 17 00:00:00 2001 From: Ionut Mihalcea Date: Fri, 17 Sep 2021 11:32:04 +0100 Subject: [PATCH] Bump version for release Signed-off-by: Ionut Mihalcea --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 163eb16c..5b2e5036 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,7 +1079,7 @@ dependencies = [ [[package]] name = "parsec-service" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "base64 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 721a3df7..a90bc37f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parsec-service" -version = "0.8.0" +version = "0.8.1" authors = ["Parsec Project Contributors"] description = "A language-agnostic API to secure services in a platform-agnostic way" license = "Apache-2.0"