logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 65b73eb9fd2c33ad1fc59e08974495331b51888f
parent b48724afcdd9d46d6533aafdea4df1cc2d23b6ae
Author: rinpatch <rinpatch@sdf.org>
Date:   Thu, 15 Oct 2020 21:43:35 +0300

mix.exs: bump version to 2.2.0

Diffstat:

Mmix.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mix.exs b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.1.50"), + version: version("2.2.0"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),