diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-05-01 14:05:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 14:05:57 +0000 |
commit | 57bb7de06b8efff7f7978c3443c31177c2191fa8 (patch) | |
tree | b37dc0ed19eeb628bf1eb6e36664d70e976a22d2 /alacritty_terminal/Cargo.toml | |
parent | 257d0b5fde7044b0748e039cbd137a703e4f0091 (diff) | |
download | alacritty-57bb7de06b8efff7f7978c3443c31177c2191fa8.tar.gz alacritty-57bb7de06b8efff7f7978c3443c31177c2191fa8.zip |
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/Cargo.toml')
-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 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" |