diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-18 00:50:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 00:50:25 +0000 |
commit | 8ff7246c3190924943202d1f427606289a6fe295 (patch) | |
tree | feff915135bec1c526da270c937a22d1adf10e3e /alacritty_terminal | |
parent | 4883c4139acae49b77ecf60aff24364924246db0 (diff) | |
download | alacritty-8ff7246c3190924943202d1f427606289a6fe295.tar.gz alacritty-8ff7246c3190924943202d1f427606289a6fe295.zip |
Bump version to RC2v0.4.2-rc2
Diffstat (limited to 'alacritty_terminal')
-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 3e40e637..152470ea 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.4.2-rc1" +version = "0.4.2-rc2" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |