From f415fb08bcf4d7cd879f10ecc6cd1340bf17518e Mon Sep 17 00:00:00 2001 From: ClementTsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 12 Jan 2023 05:18:09 -0500 Subject: [PATCH] other: bump up version in Cargo.toml to 0.7.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60cced73..a1ac0a30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ dependencies = [ [[package]] name = "bottom" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b2384432..6ff26787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.7.1" +version = "0.7.2" authors = ["Clement Tsang "] edition = "2018" repository = "https://github.com/ClementTsang/bottom"