summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-03-14 16:39:02 +0000
committerGitHub <noreply@github.com>2020-03-14 16:39:02 +0000
commit6801c4a4fd40d380ae7878f6f791473f73a02a1e (patch)
tree635d6128c305849cafde4abe2fee2accd286e277 /alacritty_terminal
parentead8d68c69914c2d391165da43ffd8bb0e35a9a5 (diff)
Bump version to 0.5.0-dev
This is a bump of the development version and does not represent a stable release.
Diffstat (limited to 'alacritty_terminal')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 2fe46d0d..17d68041 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "alacritty_terminal"
-version = "0.4.2-dev"
+version = "0.5.0-dev"
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
license = "Apache-2.0"
description = "Library for writing terminal emulators"