aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-10-15 09:41:31 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-10-15 09:41:31 +0200
commitdafb344fd8b57e9791479506cb3fe8c079c52a71 (patch)
treec53b3eb90c3358164cb9ef89082876e5b1ae1086
parentUpdate changelog (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"],