aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2017-02-23 18:14:29 +0100
committerChristophe Romain <christophe.romain@process-one.net>2017-02-23 18:14:29 +0100
commite7901f9d709ee720d9b464e1f8af8a4e7f18164a (patch)
tree196eb719cac4a5e4d8c167dd9e7d9af6277273f1 /mix.exs
parentUpdate dependencies (diff)
Prepare mix for 17.03
Diffstat (limited to '')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index dd233f9a6..24b331d1e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "17.01.0",
+ version: "17.03.0",
description: description,
elixir: "~> 1.3",
elixirc_paths: ["lib"],