aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2019-05-23 13:42:50 +0200
committerChristophe Romain <christophe.romain@process-one.net>2019-05-23 13:42:50 +0200
commit44e1af25e50db765f7cbfb771385c58633aca1c7 (patch)
treef3614c192f951da1f0d36ec562673e4152841a75 /mix.exs
parentUpdate deps in mix.lock (diff)
Prepare 19.05
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 1cf7e3048..1f40302ba 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "19.2.0",
+ version: "19.5.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],