25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

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

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"],