aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Sautret <jerome.sautret@process-one.net>2019-09-25 14:54:12 +0200
committerJerome Sautret <jerome.sautret@process-one.net>2019-09-25 14:54:12 +0200
commitce8bd343dec889ad98af5b395b3bdef7600d788d (patch)
treece802977e53f1bf00b5f6c89e40b354d978446de
parentDon't log warning when an option is consulted for uknown vhost (diff)
Bump version in mix.exs
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 7d55f3b03..08fb3c299 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "19.8.0",
+ version: "19.9.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],