From: rinpatch Date: Sun, 9 Feb 2020 09:19:47 +0000 (+0300) Subject: mix.exs: bump version to 1.1.9 X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=06fec99e1d8d4be6cb71551089f2d95e936d6990;p=akkoma mix.exs: bump version to 1.1.9 --- diff --git a/mix.exs b/mix.exs index 6438740c5..ee8074f43 100644 --- 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(),