From dfd21f57dc75db6647b115947072f7cf5d4c5b0c Mon Sep 17 00:00:00 2001 From: ClementTsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 25 Sep 2022 17:25:44 -0400 Subject: [PATCH] other: bump to 0.6.9 for nightly to avoid confusion for now --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4995d57..0364edd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ dependencies = [ [[package]] name = "bottom" -version = "0.6.8" +version = "0.6.9" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index e0f58ab9..f5f1a767 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bottom" -version = "0.6.8" +version = "0.6.9" authors = ["Clement Tsang "] edition = "2018" repository = "https://github.com/ClementTsang/bottom"