From 724d09a51065a477a4b4dae0d12a9aae31121a29 Mon Sep 17 00:00:00 2001 From: Jerome Sautret Date: Wed, 29 Apr 2020 16:29:59 +0200 Subject: [PATCH] Set ejabberd version to 20.04 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index cca7c9c50..0c3173886 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do def project do [app: :ejabberd, - version: "20.3.0", + version: "20.4.0", description: description(), elixir: "~> 1.4", elixirc_paths: ["lib"],