From fb797fe071b1f3c678e5610d66b2f39d107145b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Fri, 17 Jan 2020 11:36:12 +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 ded96f3c4..df2743ff6 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do def project do [app: :ejabberd, - version: "19.9.0", + version: "20.1.0", description: description(), elixir: "~> 1.4", elixirc_paths: ["lib"],