summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-12-27 11:42:37 +0100
committerChristophe Romain <christophe.romain@process-one.net>2017-12-27 11:42:37 +0100
commit9fcc12dca7f31e10a66bdbfa4b6538ad9421ce63 (patch)
tree08da0eba202bee6f546c99eac5b42fda7bf326a3
parentMerge pull request #2188 from weiss/fix-acl-reload (diff)
Prepare mix for 17.12
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index d383cb0a..e6622e0f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "17.9.0",
+ version: "17.12.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],