Fix version to be SemVer compatible

This commit is contained in:
Rene Klacan 2017-06-04 03:01:51 +02:00
parent 12733bd21b
commit a98685e0bb
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: "17.03.0",
version: "17.3.0",
description: description,
elixir: "~> 1.3",
elixirc_paths: ["lib"],