mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Merge pull request #1759 from reneklacan/fix-version-to-be-semver
Fix version to be SemVer compatible
This commit is contained in:
commit
4f8c132b53
2
mix.exs
2
mix.exs
@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
|
|||||||
|
|
||||||
def project do
|
def project do
|
||||||
[app: :ejabberd,
|
[app: :ejabberd,
|
||||||
version: "17.03.0",
|
version: "17.3.0",
|
||||||
description: description,
|
description: description,
|
||||||
elixir: "~> 1.3",
|
elixir: "~> 1.3",
|
||||||
elixirc_paths: ["lib"],
|
elixirc_paths: ["lib"],
|
||||||
|
Loading…
Reference in New Issue
Block a user