From 5ca630fbc99960ce2902ad3140a17feb843ec44c Mon Sep 17 00:00:00 2001 From: Sunshine Date: Sun, 14 Aug 2022 10:50:09 -0400 Subject: [PATCH] bump version number (2.6.1 -> 2.6.2) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d5f93b..19920f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -729,7 +729,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.6.1" +version = "2.6.2" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index a802213..c3191ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.6.1" +version = "2.6.2" authors = [ "Sunshine ", "Mahdi Robatipoor ",