From a5bf1705dbdd64f680c21ea8b11344a50e1dc860 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Sat, 13 Jan 2024 09:55:27 -0500 Subject: [PATCH] bump version number (2.7.0 -> 2.8.0) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e881ef9..f8fe618 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -819,7 +819,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.7.0" +version = "2.8.0" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index a32a8bf..83d6db1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.7.0" +version = "2.8.0" authors = [ "Sunshine ", "Mahdi Robatipoor ",