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>2016-12-22 22:41:01 +0300
committerChristophe Romain <christophe.romain@process-one.net>2016-12-22 22:41:01 +0300
commitb30b70db7001dd7e3bb69e84e9256f82a50d6355 (patch)
tree8d5b2dbbec8b25a64ce654e331753b1e7bf47a74 /mix.exs
parent08f73a5aeb825712c599c66c0a48da521240ea00 (diff)
Prepare mix for 16.1216.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 54fed33bc..778015d21 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "16.12.0-beta1",
+ version: "16.12.0",
description: description,
elixir: "~> 1.3",
elixirc_paths: ["lib"],