diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-27 22:40:32 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-07-27 21:11:57 +0000 |
commit | c5a9b31ec31ddd10e0e03a3753544b70001612ce (patch) | |
tree | 6bb6c2fd79b78deca45b6b3ebc48ad58f2df85d1 /alacritty_terminal | |
parent | 313aa5cd185dbd31aba752c71a5e88893fe3d9af (diff) | |
download | alacritty-c5a9b31ec31ddd10e0e03a3753544b70001612ce.tar.gz alacritty-c5a9b31ec31ddd10e0e03a3753544b70001612ce.zip |
Bump version to 0.5.0-rc4v0.5.0-rc4
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 5d5dc092..6509e058 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.10.0-rc3" +version = "0.10.0-rc4" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |