aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-12-26 16:39:09 +0100
committerGitHub <noreply@github.com>2021-12-26 15:39:09 +0000
commit850fd1826b567c4c7cca66fd5ffe67c07ce6cc44 (patch)
tree6bb8a811bf045d068365d2b02af4bb3053c0260f /alacritty_terminal/Cargo.toml
parente0f8320c39d7ccd101fe1028ad323c80833338b3 (diff)
downloadalacritty-850fd1826b567c4c7cca66fd5ffe67c07ce6cc44.tar.gz
alacritty-850fd1826b567c4c7cca66fd5ffe67c07ce6cc44.zip
Bump development version to 0.11.0-dev
This is only an update to the development version and does not represent a stable release.
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 46559d63..bb2f5b33 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.15.1-dev"
+version = "0.16.1-dev"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"