From 9fcc12dca7f31e10a66bdbfa4b6538ad9421ce63 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Wed, 27 Dec 2017 11:42:37 +0100 Subject: [PATCH] Prepare mix for 17.12 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],