diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-07 17:36:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 17:36:16 +0000 |
commit | 55c894b30be46d4dcc59ce78f357f2b55ef20bb0 (patch) | |
tree | fc74958849ed985980f9ca605ac58557842924e5 /Cargo.toml | |
parent | 04707cbba630e3e4ad6b4200bef8ae7888c49e3b (diff) | |
download | alacritty-55c894b30be46d4dcc59ce78f357f2b55ef20bb0.tar.gz alacritty-55c894b30be46d4dcc59ce78f357f2b55ef20bb0.zip |
Bump version to 0.2.5v0.2.5
This bumps the version number to 0.2.5 and prepares everything for the
next versioned release.
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.4" +version = "0.2.5" authors = ["Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" build = "build.rs" |