From 2bb2ed817bebf2dfe7d7891cff236f53ddcf7bf9 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sun, 15 Nov 2020 13:38:46 +0000 Subject: Bump development version to 0.7.0-dev This is only an update to the development version and does not represent a stable release. --- alacritty_terminal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alacritty_terminal') 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 ", "Joe Wilm "] license = "Apache-2.0" description = "Library for writing terminal emulators" -- cgit