24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-10 21:47:01 +02:00

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

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