Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2018-01-11 01:06:06 +0300
committerChristophe Romain <christophe.romain@process-one.net>2018-01-11 01:06:06 +0300
commit465629d45882744f597ed2083f86ce9d20c78f8d (patch)
treea36f9d883a1add0fb010ed08c345985074a986d2 /mix.exs
parent7875cac7868418338fe1a8896f0b5f1f35e5e2a6 (diff)
Prepare mix for 18.01
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 06ecc2101..5c7d44818 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "17.12.0",
+ version: "18.1.0",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],