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:
authorPaweł Chmielowski <pchmielowski@process-one.net>2020-01-17 13:36:12 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2020-01-17 13:42:11 +0300
commitfb797fe071b1f3c678e5610d66b2f39d107145b7 (patch)
tree679535a15cfbaf51c0feef0c5f1f048e9c67c635 /mix.exs
parenteb6449506f590ee393986ad9e5315e4f868d339a (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 ded96f3c4..df2743ff6 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "19.9.0",
+ version: "20.1.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],