diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-11-22 04:24:02 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-11-22 15:45:32 +0000 |
commit | 2fc1da0976383efcaa01ca2d49812ac166ca526c (patch) | |
tree | 214fb297809f3eaf4fde06c769a5d00f8b17bbf4 /alacritty_terminal/Cargo.toml | |
parent | d9fa8b1f7f3ef95a48f180a3eef408cf9582e7eb (diff) | |
download | alacritty-2fc1da0976383efcaa01ca2d49812ac166ca526c.tar.gz alacritty-2fc1da0976383efcaa01ca2d49812ac166ca526c.zip |
Bump version to 0.6.0-rc3v0.6.0-rc3
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 1f607600..6714fcf0 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.11.0-rc2" +version = "0.11.0-rc3" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |