aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-06-28 10:57:09 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-06-28 10:57:09 +0200
commit35136f47edd417c068e02c7d84b66f60633191ff (patch)
tree8da3a747f9e3588252a736ec461c5c028eba1a07
parentUpdate deps (diff)
Bump version in mix.exs
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 05cc2c1c1..f96f8c254 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "18.4.0",
+ version: "18.6.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],