summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-01-12 05:18:09 -0500
committerClementTsang <34804052+ClementTsang@users.noreply.github.com>2023-01-12 05:20:22 -0500
commitf415fb08bcf4d7cd879f10ecc6cd1340bf17518e (patch)
tree8f4b99e3fdc12c80ebbe59089322d365928f4dad
parentfffeb206de4a46cac7a1eb3179318fdaec16157e (diff)
other: bump up version in Cargo.toml to 0.7.2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"