diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-13 16:06:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 16:06:33 +0000 |
commit | 521d2f6a2c21bcec213a06729109a1b06cf9333d (patch) | |
tree | 39e5892e19d6e9a6149a2a87f3f84e95a5b06ea6 /Cargo.toml | |
parent | a68ce7a0e4fd231aae721acd6a742c66d581fd37 (diff) | |
download | alacritty-521d2f6a2c21bcec213a06729109a1b06cf9333d.tar.gz alacritty-521d2f6a2c21bcec213a06729109a1b06cf9333d.zip |
Bump version to 0.2.3
Since the version 0.2.2 had some significant breakage which affects a
large number of users, this 0.2.3 release aims at providing a stable
release which works for everyone without any major regressions.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "alacritty" -version = "0.2.2" +version = "0.2.3" authors = ["Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" build = "build.rs" |