Merge pull request #1759 from reneklacan/fix-version-to-be-semver

Fix version to be SemVer compatible
This commit is contained in:
Evgeny Khramtsov 2017-06-04 14:18:39 +04:00 committed by GitHub
commit 4f8c132b53
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"],