From 73c0ceebd44af38ed2b938b2e7314ef2e1804c87 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Sat, 13 Jan 2024 20:58:48 -0500 Subject: [PATCH] bump version number (2.8.0 -> 2.8.1) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9899871..1335e20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -830,7 +830,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.8.0" +version = "2.8.1" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index 8c954fb..13c121e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.8.0" +version = "2.8.1" authors = [ "Sunshine ", "Mahdi Robatipoor ",