diff options
author | Mickael Remond <mremond@process-one.net> | 2020-07-30 18:32:31 +0200 |
---|---|---|
committer | Mickael Remond <mremond@process-one.net> | 2020-07-30 18:32:31 +0200 |
commit | b109c5927e46931f171e093b3e8f4846e43792fc (patch) | |
tree | 875a0aee04875ad3d56c24ffdc0f4ad07ce85025 | |
parent | Update mix dependencies (diff) |
Update mix.exs ejabberd version
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"], |