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

Fix version number

This commit is contained in:
Jerome Sautret 2021-01-29 16:00:35 +01:00
parent b1fec7dc29
commit fca41796c0

View File

@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
version: "21.01.0",
version: "21.1.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],