From 8dfe7e977a0cf5f87e5fe60898be56d8222e5a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Tue, 15 Dec 2020 15:27:16 +0100 Subject: [PATCH] Bump version in mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 61193f6ff..7d1166158 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do def project do [app: :ejabberd, - version: "20.7.0", + version: "20.12.0", description: description(), elixir: "~> 1.4", elixirc_paths: ["lib"],