From d1e072821e52aa9cbfe23f50d22aac69f01d7313 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Tue, 9 Oct 2018 12:23:27 +0200 Subject: [PATCH] Fix version in mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5121905dd..2b5ac5630 100644 --- 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"], -- 2.40.0