Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Sautret <jerome@sautret.org>2021-04-07 18:23:30 +0300
committerJérôme Sautret <jerome@sautret.org>2021-04-07 18:23:30 +0300
commit4468c871159e7dd1aa1385089b0c29128de29992 (patch)
treebb05bd31de5c7bd7a3ea5454b59f23fbab2b214d
parent4b83ec1204fc7072ce2242754eeb988a13a6d05f (diff)
Set version to 21.0421.04
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 4f8fb32b2..6d50b2ce2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "21.1.0",
+ version: "21.4.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],