aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2018-12-26 16:49:01 +0100
committerMickael Remond <mremond@process-one.net>2018-12-26 16:49:01 +0100
commitb8d4da979289279242cd154365b14e3e1c3fc985 (patch)
treeb785db4e366071b655db2e6d87ac5645d367ff23
parentAdd no-store hint to CAPTCHA challenge stanzas (#2730) (diff)
Update ejabberd 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"],