aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-06-10 11:02:45 +0200
committerMickael Remond <mremond@process-one.net>2016-06-10 11:02:45 +0200
commit0e61e57ed99e4a2867644c517dac084f7a2969d6 (patch)
treeaac286eda0bf7c064943f5e8c94512447364e8e3 /mix.exs
parentForce use of lager 3.0.2 at most. (diff)
Preparing hex.pm release to fix lager bug
Diffstat (limited to '')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 415e72946..7313efeec 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "16.04.0",
+ version: "16.04.1",
description: description,
elixir: "~> 1.2",
elixirc_paths: ["lib"],