From 8b0635bd8414b4cb23dd2b5be76863b79544cd78 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Thu, 5 Sep 2024 22:50:26 +0000 Subject: [PATCH] bump version number (2.8.2 -> 2.8.3) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 456ebaf..1fb884a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -789,7 +789,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.8.2" +version = "2.8.3" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index f7afd22..2f72913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.8.2" +version = "2.8.3" authors = [ "Sunshine ", "Mahdi Robatipoor ",