summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-01-07 17:36:16 +0000
committerGitHub <noreply@github.com>2019-01-07 17:36:16 +0000
commit55c894b30be46d4dcc59ce78f357f2b55ef20bb0 (patch)
treefc74958849ed985980f9ca605ac58557842924e5 /Cargo.toml
parent04707cbba630e3e4ad6b4200bef8ae7888c49e3b (diff)
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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a3ec22a0..e1b63827 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"