diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-19 20:37:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-19 20:37:59 +0000 |
commit | 3688b5c075a1be6dab8f399935b3001bcbf327b6 (patch) | |
tree | 1251efab383cc54083108c459d1bf85cc1b66c62 /alacritty_terminal/Cargo.toml | |
parent | f0cb1e7cf329f2672fe1335208c9a78562d8ab73 (diff) | |
download | alacritty-3688b5c075a1be6dab8f399935b3001bcbf327b6.tar.gz alacritty-3688b5c075a1be6dab8f399935b3001bcbf327b6.zip |
Bump version to 0.6.0-dev
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 eb927e99..11ebae4e 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.10.0-dev" +version = "0.10.1-dev" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |