aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Sautret <jerome.sautret@process-one.net>2020-04-29 16:29:59 +0200
committerJerome Sautret <jerome.sautret@process-one.net>2020-04-29 16:29:59 +0200
commit724d09a51065a477a4b4dae0d12a9aae31121a29 (patch)
treefdb9d1c4fe24143e3120755f636d44bc39d97327
parentFix English typos in configure.ac (diff)
Set ejabberd version to 20.0420.04
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
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"],