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-02-26 16:40:21 +0300
committerChristophe Romain <christophe.romain@process-one.net>2019-02-26 16:40:21 +0300
commit683ca31375ea4df961c0cbda07fa4ef5086dcf47 (patch)
treee63d827c506ccd5ebb016067c5bad2e95fd418c1 /mix.exs
parent90dc8ea1e5566d430c8a871e076b11e37e1a1090 (diff)
Prepare 19.02
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 ffe9e30bb..7bffb55e5 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "18.12.1",
+ version: "19.2.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],