summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-05-01 14:05:57 +0000
committerGitHub <noreply@github.com>2021-05-01 14:05:57 +0000
commit57bb7de06b8efff7f7978c3443c31177c2191fa8 (patch)
treeb37dc0ed19eeb628bf1eb6e36664d70e976a22d2 /alacritty_terminal
parent257d0b5fde7044b0748e039cbd137a703e4f0091 (diff)
Bump development version to 0.9.0-dev
This is only an update to the development version and does not represent a stable release.
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 c6947009..89bc26a5 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.13.0-dev"
+version = "0.13.1-dev"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"