From b109c5927e46931f171e093b3e8f4846e43792fc Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Thu, 30 Jul 2020 18:32:31 +0200 Subject: [PATCH] Update mix.exs ejabberd version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e757541dc..afc645eb3 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do def project do [app: :ejabberd, - version: "20.4.0", + version: "20.7.0", description: description(), elixir: "~> 1.4", elixirc_paths: ["lib"],