diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-05-01 13:21:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 13:21:06 +0000 |
commit | 347dbd9cbe0cb875e77e0dd6be3fd094a1d00843 (patch) | |
tree | 4aefff6df56d7a2f4224176c1802176b75367df7 /alacritty_terminal/Cargo.toml | |
parent | e3818a226c79f263d6e19fe83f411b199f7e55ef (diff) | |
download | alacritty-347dbd9cbe0cb875e77e0dd6be3fd094a1d00843.tar.gz alacritty-347dbd9cbe0cb875e77e0dd6be3fd094a1d00843.zip |
Bump version to 0.8.0-rc1v0.8.0-rc1alacritty_terminal_v0.14.0-rc1
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index c6947009..9b425984 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.13.0-dev" +version = "0.14.0-rc1" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |