diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2018-04-25 12:30:36 +0200 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2018-04-25 12:30:36 +0200 |
commit | 0bd4d1aade28a329edf812095adb7e2c99495fee (patch) | |
tree | 3d4844e1435ef563c9dcb4fb0fd3c6d32553fc74 | |
parent | Update deps (diff) |
Update mix.exs version18.04
-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: "18.3.0", + version: "18.4.0", description: description(), elixir: "~> 1.4", elixirc_paths: ["lib"], |