summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-06-29 08:19:36 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-06-29 08:19:36 -0400
commit330a9e8abd45f6ed6aa9c5188ed157e7e31c597c (patch)
tree32a156ac882bd2f2a7a5a6301383d94be2a72bec /Cargo.toml
parentc62864581655068e04e6705e5ea93eafb186d627 (diff)
other: Remove '-nightly- from nightly version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0c36a6b9..d28922ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bottom"
-version = "0.6.3-nightly"
+version = "0.6.3"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
edition = "2018"
repository = "https://github.com/ClementTsang/bottom"