aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2018-12-13 13:35:32 +0100
committerChristophe Romain <christophe.romain@process-one.net>2018-12-13 13:35:32 +0100
commit3c390b0aed77109c7ff65e6e5171d62f824df8d2 (patch)
treede21496d523efc4a28dfe7e929cb43d916eb6827
parentUpdate changelog (diff)
Update version for mix
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 92e4ca876..112ca8e10 100644
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
def project do
[app: :ejabberd,
- version: "18.12.0",
+ version: "18.12.1",
description: description(),
elixir: "~> 1.4",
elixirc_paths: ["lib"],