aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2018-03-23 12:56:17 +0100
committerChristophe Romain <christophe.romain@process-one.net>2018-03-23 12:56:17 +0100
commitbaf2473688af351f58f8806ab8e8dcbdb607989e (patch)
treed8bc29bd095ff4f01bd0f659b2ff1851e6d9eb66
parentFetch 'registration_watchers' option from the correct module (diff)
Update mix.exs version
Diffstat (limited to '')
-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"],