aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-08-05 10:15:06 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-08-05 10:15:06 +0200
commitc2d97854e36498d91f8c1a70ffa01e706444e5e2 (patch)
tree6b813543ad140b13bab2d39650ae2815a491d9ee
parentUpdate mix deps (diff)
Bump version in mix.exs
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
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"],