summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-11-15 01:50:42 +0100
committerChristian Duerr <contact@christianduerr.com>2020-11-15 01:03:38 +0000
commit2d781b5e38ab749908f03fbfacddf75bca9ff14c (patch)
tree05fd624e3b7fc30d6068308b0e5bdd7f445edae2 /alacritty_terminal
parentcc6e9b72afdf97844c6acff373c1400e9e924d89 (diff)
Bump version to 0.6.0-rc2v0.6.0-rc2
Diffstat (limited to 'alacritty_terminal')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 76828c51..1f607600 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.11.0-rc1"
+version = "0.11.0-rc2"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"