diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-21 01:40:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-21 01:40:47 +0000 |
commit | 47e63227d00b42dcfe7a4ac903e8ab79f3609f11 (patch) | |
tree | 4b2ef04cd50f85ff9842a9e9b8377023c7c4cf6f /alacritty_terminal/Cargo.toml | |
parent | 8ff7246c3190924943202d1f427606289a6fe295 (diff) | |
download | alacritty-47e63227d00b42dcfe7a4ac903e8ab79f3609f11.tar.gz alacritty-47e63227d00b42dcfe7a4ac903e8ab79f3609f11.zip |
Bump version to RC3v0.4.2-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 152470ea..c7ad3acc 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.4.2-rc2" +version = "0.4.2-rc3" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |