aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2015-09-29 14:21:57 +0200
committerChristophe Romain <christophe.romain@process-one.net>2015-09-29 14:21:57 +0200
commit3fc1d8ca9a0c7d6f96c750c068061b68c84673bd (patch)
tree47dd2003ada305d06209193e24f563b09a4eeeab /mix.exs
parentRecompile translations (diff)
Set version 15.09 for mix
Diffstat (limited to '')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 09a6cc625..128514896 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "15.07.0",
+ version: "15.09.0",
elixir: "~> 1.0",
elixirc_paths: ["lib"],
compile_path: ".",