From 3fc1d8ca9a0c7d6f96c750c068061b68c84673bd Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Tue, 29 Sep 2015 14:21:57 +0200 Subject: [PATCH] Set version 15.09 for mix --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 09a6cc625..128514896 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do def project do [app: :ejabberd, - version: "15.07.0", + version: "15.09.0", elixir: "~> 1.0", elixirc_paths: ["lib"], compile_path: ".", -- 2.50.0