summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-11-14 03:26:44 +0000
committerGitHub <noreply@github.com>2020-11-14 06:26:44 +0300
commit143501a009f2071fa212fd87f48843ae58325432 (patch)
tree6dd464ce71892aa105f4812db970f4a83a971c49 /alacritty_terminal/Cargo.toml
parentbfb1a571d19d2dba11b3a4376ccb10d9352abeb4 (diff)
Bump version to 0.6.0-rc1
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-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 ab0a5b68..76828c51 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.11.0-dev"
+version = "0.11.0-rc1"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"