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>2019-10-15 10:41:31 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-10-15 10:41:31 +0300
commitdafb344fd8b57e9791479506cb3fe8c079c52a71 (patch)
treec53b3eb90c3358164cb9ef89082876e5b1ae1086
parent50d64d4f50c60de10650b30f7c91aa6e0e5aa60e (diff)
Bump version in mix.exs19.09.1
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 1a80675a4..eff37f007 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: "19.9.1",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],