]> granicus.if.org Git - ejabberd/commitdiff
Bump version in mix.exs
authorJerome Sautret <jerome.sautret@process-one.net>
Wed, 25 Sep 2019 12:54:12 +0000 (14:54 +0200)
committerJerome Sautret <jerome.sautret@process-one.net>
Wed, 25 Sep 2019 12:54:12 +0000 (14:54 +0200)
mix.exs

diff --git a/mix.exs b/mix.exs
index 7d55f3b0360d90dc36c868eb8c967a8352f3381b..08fb3c29922eb739f8cead009039a2829695ae20 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do
 
   def project do
     [app: :ejabberd,
-     version: "19.8.0",
+     version: "19.9.0",
      description: description(),
      elixir: "~> 1.4",
      elixirc_paths: ["lib"],