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>2020-02-25 16:46:44 +0300
committerJerome Sautret <jerome.sautret@process-one.net>2020-02-25 16:46:44 +0300
commit065e96d24b54be13fbbc5421503ef91b39cd36a9 (patch)
tree7623786a636a73e40513f39ea9190968719acc24 /mix.exs
parent5f075f316f3419d2c9354c6a31057c31680da932 (diff)
Bump version in mix.exs
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index df2743ff6..4b8012981 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "20.1.0",
+ version: "20.2.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],