mix.exs: bump version to 1.1.9
authorrinpatch <rinpatch@sdf.org>
Sun, 9 Feb 2020 09:19:47 +0000 (12:19 +0300)
committerrinpatch <rinpatch@sdf.org>
Sun, 9 Feb 2020 09:19:47 +0000 (12:19 +0300)
mix.exs

diff --git a/mix.exs b/mix.exs
index 6438740c56d44ba9a14360b7fa72f00136b129ad..ee8074f43f09a6602a9a6e46e8cad18ca26b3706 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
   def project do
     [
       app: :pleroma,
-      version: version("1.1.8"),
+      version: version("1.1.9"),
       elixir: "~> 1.7",
       elixirc_paths: elixirc_paths(Mix.env()),
       compilers: [:phoenix, :gettext] ++ Mix.compilers(),