aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-04-27 11:59:05 +0200
committerMickael Remond <mremond@process-one.net>2016-04-27 11:59:05 +0200
commit0f06ed8a9b0c44de377d99733b0cfa2a81efed13 (patch)
treebd9700d478bf323098e6467386bf115f0e524a30 /mix.exs
parentWe now use fast_tls 1.0.2 (diff)
Prepare 16.04 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 8f58e6774..577706eb5 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "16.03.0",
+ version: "16.04.0",
description: description,
elixir: "~> 1.2",
elixirc_paths: ["lib"],