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:
authorJerome Sautret <jerome.sautret@process-one.net>2021-01-29 18:00:35 +0300
committerJerome Sautret <jerome.sautret@process-one.net>2021-01-29 18:00:35 +0300
commitfca41796c035897b38695a4eb8a004675977835b (patch)
treebaad0abe53129cdcb4a5071823e640928689177b
parentb1fec7dc294e658448e92ae21e949048d5627022 (diff)
Fix version number21.01
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 58070c4e6..0da85c1ea 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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"],