Update mix.exs

Fix version number.
This commit is contained in:
Mickaël Rémond 2015-09-02 10:54:24 +02:00
parent b6bf1eba42
commit 87f39c8750
1 changed files with 1 additions and 1 deletions

View File

@ -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: ".",