aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2020-07-30 18:32:31 +0200
committerMickael Remond <mremond@process-one.net>2020-07-30 18:32:31 +0200
commitb109c5927e46931f171e093b3e8f4846e43792fc (patch)
tree875a0aee04875ad3d56c24ffdc0f4ad07ce85025
parentUpdate mix dependencies (diff)
Update mix.exs ejabberd version
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index e757541dc..afc645eb3 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "20.4.0",
+ version: "20.7.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],