From c2d97854e36498d91f8c1a70ffa01e706444e5e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Mon, 5 Aug 2019 10:15:06 +0200 Subject: [PATCH] Bump version in mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e28dbd27a..c8303f789 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ejabberd.Mixfile do def project do [app: :ejabberd, - version: "19.5.0", + version: "19.8.0", description: description(), elixir: "~> 1.4", elixirc_paths: ["lib"],