diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2018-10-09 12:23:27 +0200 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2018-10-09 12:23:27 +0200 |
commit | d1e072821e52aa9cbfe23f50d22aac69f01d7313 (patch) | |
tree | 511d685378e7ce5304244ccfd6be8c49cbb16a1b | |
parent | Add pkix to included_applications (diff) |
Fix version in mix.exs
-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.6.0", + version: "18.9.0", description: description(), elixir: "~> 1.4", elixirc_paths: ["lib"], |