Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2019-05-23 14:42:50 +0300
committerChristophe Romain <christophe.romain@process-one.net>2019-05-23 14:42:50 +0300
commit44e1af25e50db765f7cbfb771385c58633aca1c7 (patch)
treef3614c192f951da1f0d36ec562673e4152841a75 /mix.exs
parent5b62a052051b9bd12dc6bc01641f408fdb2bc87a (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"],