From 0bd4d1aade28a329edf812095adb7e2c99495fee Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Wed, 25 Apr 2018 12:30:36 +0200 Subject: [PATCH] Update mix.exs version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c432b4815..89df9fa1a 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do def project do [app: :ejabberd, - version: "18.3.0", + version: "18.4.0", description: description(), elixir: "~> 1.4", elixirc_paths: ["lib"],