diff options
author | Mickael Remond <mremond@process-one.net> | 2018-12-26 16:49:01 +0100 |
---|---|---|
committer | Mickael Remond <mremond@process-one.net> | 2018-12-26 16:49:01 +0100 |
commit | b8d4da979289279242cd154365b14e3e1c3fc985 (patch) | |
tree | b785db4e366071b655db2e6d87ac5645d367ff23 | |
parent | Add no-store hint to CAPTCHA challenge stanzas (#2730) (diff) |
Update ejabberd version for mix
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"], |