From b6bf1eba42a6ddfca299540d1df1a1af50efc0dd Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Wed, 2 Sep 2015 09:11:06 +0200 Subject: [PATCH] Upgrade version number to ejabberd 15.07 We forgot before previous release --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index ea45f8715..d6684c44a 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do def project do [app: :ejabberd, - version: "15.06.0", + version: "15.07777777.0", elixir: "~> 1.0", elixirc_paths: ["lib"], compile_path: ".",