aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-12-22 20:41:01 +0100
committerChristophe Romain <christophe.romain@process-one.net>2016-12-22 20:41:01 +0100
commitb30b70db7001dd7e3bb69e84e9256f82a50d6355 (patch)
tree8d5b2dbbec8b25a64ce654e331753b1e7bf47a74 /mix.exs
parentUpdate deps (diff)
Prepare mix for 16.1216.12
Diffstat (limited to '')
-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"],