]> granicus.if.org Git - ejabberd/commitdiff
Fix version in mix.exs
authorChristophe Romain <christophe.romain@process-one.net>
Tue, 9 Oct 2018 10:23:27 +0000 (12:23 +0200)
committerChristophe Romain <christophe.romain@process-one.net>
Tue, 9 Oct 2018 10:23:27 +0000 (12:23 +0200)
mix.exs

diff --git a/mix.exs b/mix.exs
index 5121905dd1f5eb5640ba51f152763707e94ebff8..2b5ac563074b4f73ffb62d70dc31e364728254c2 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -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"],