diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-11-15 13:38:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-15 13:38:46 +0000 |
commit | 2bb2ed817bebf2dfe7d7891cff236f53ddcf7bf9 (patch) | |
tree | 0f49067b9146f07de911f11b6a47be3b7237f5e3 /alacritty_terminal | |
parent | c5340a2ccca9d2e7a6f5f60854800f377f896855 (diff) | |
download | alacritty-2bb2ed817bebf2dfe7d7891cff236f53ddcf7bf9.tar.gz alacritty-2bb2ed817bebf2dfe7d7891cff236f53ddcf7bf9.zip |
Bump development version to 0.7.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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index ab0a5b68..330df913 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.1-dev" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |