From 87f39c875076061fd19ab1fa5c31b4c4f8f70b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Wed, 2 Sep 2015 10:54:24 +0200 Subject: [PATCH] Update mix.exs Fix version number. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index d6684c44a..dee119971 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do def project do [app: :ejabberd, - version: "15.07777777.0", + version: "15.07.0", elixir: "~> 1.0", elixirc_paths: ["lib"], compile_path: ".",