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:
authorChristophe Romain <christophe.romain@process-one.net>2017-12-27 13:42:37 +0300
committerChristophe Romain <christophe.romain@process-one.net>2017-12-27 13:42:37 +0300
commit9fcc12dca7f31e10a66bdbfa4b6538ad9421ce63 (patch)
tree08da0eba202bee6f546c99eac5b42fda7bf326a3 /mix.exs
parentbbb1f7002d6e4b633a1c79ac018cf968ec4533a9 (diff)
Prepare mix for 17.12
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index d383cb0ad..e6622e0f0 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"],