24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-07-27 00:41:28 +02: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"],