From b8d4da979289279242cd154365b14e3e1c3fc985 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 26 Dec 2018 16:49:01 +0100 Subject: [PATCH] Update ejabberd version for mix --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 92e4ca876..112ca8e10 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do def project do [app: :ejabberd, - version: "18.12.0", + version: "18.12.1", description: description(), elixir: "~> 1.4", elixirc_paths: ["lib"],