aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-02-29 17:51:06 +0100
committerMickael Remond <mremond@process-one.net>2016-02-29 17:51:06 +0100
commiteeac7f9b02774fa29a074531a899302450f1e5e6 (patch)
treed5cb18461870a2e62b00aef1e449f3a8ba0f5a27 /mix.exs
parentDisable back undefined_function_calls xref check (diff)
Update ejabberd version for hex.pm release
Diffstat (limited to '')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 1f91e1461..f03dfdd54 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "16.01.0-beta1",
+ version: "16.02.0",
description: description,
elixir: "~> 1.1",
elixirc_paths: ["lib"],