From 92f38556b658491357f8af83077900b34c61ccf5 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Sat, 1 Aug 2020 20:24:38 -0400 Subject: [PATCH] bump version (2.3.0 -> 2.3.1) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 487eceb..376f50e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -601,7 +601,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.3.0" +version = "2.3.1" dependencies = [ "assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 76d687f..f3e6f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.3.0" +version = "2.3.1" edition = "2018" authors = [ "Sunshine ",