From 4468c871159e7dd1aa1385089b0c29128de29992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Sautret?= Date: Wed, 7 Apr 2021 17:23:30 +0200 Subject: [PATCH] Set version to 21.04 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 4f8fb32b2..6d50b2ce2 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do def project do [app: :ejabberd, - version: "21.1.0", + version: "21.4.0", description: description(), elixir: "~> 1.4", elixirc_paths: ["lib"],