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>2018-03-23 14:56:17 +0300
committerChristophe Romain <christophe.romain@process-one.net>2018-03-23 14:56:17 +0300
commitbaf2473688af351f58f8806ab8e8dcbdb607989e (patch)
treed8bc29bd095ff4f01bd0f659b2ff1851e6d9eb66 /mix.exs
parentf5bab5d6c45b173f22c4c9e839ff39e570e1151f (diff)
Update mix.exs version
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 85b840c84..2e6141a7d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "18.1.0",
+ version: "18.3.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],