diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-01-04 09:55:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 09:55:13 +0000 |
commit | 6ff4e840f8a12e72ae7cb30566ee57df4289082d (patch) | |
tree | 5df2a12cdfce797776b1473aa71e700a17f06753 /alacritty_terminal/Cargo.toml | |
parent | 08e111dfae15d2428d87c3a80c68d858b144d287 (diff) | |
download | alacritty-6ff4e840f8a12e72ae7cb30566ee57df4289082d.tar.gz alacritty-6ff4e840f8a12e72ae7cb30566ee57df4289082d.zip |
Bump development version to 0.8.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 40bf2667..ad2009cb 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.11.1-dev" +version = "0.12.1-dev" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |