aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-09-28 15:21:11 +0200
committerChristophe Romain <christophe.romain@process-one.net>2017-09-28 15:21:11 +0200
commitd576902bd4e794a52548d48b08cfc71de64adab9 (patch)
treeb5748846bc53aff38b334214ceb2cc8dc03d249c
parentFix race introduced by ffdaff374 on ejabberd_mnesia init (diff)
Prepare mix for 17.0917.09
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 24b74f87c..05f0826b8 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "17.8.0",
+ version: "17.9.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],