From 80523c5a59d40d41cc76bd00744c49887635d7cb Mon Sep 17 00:00:00 2001 From: Sunshine Date: Mon, 1 Jun 2020 05:41:42 -0400 Subject: [PATCH] version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f312d12..3576340 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.2.6" +version = "2.2.7" dependencies = [ "assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9cd97b1..b000b24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.2.6" +version = "2.2.7" edition = "2018" authors = [ "Sunshine ",