mix.exs: bump version to 2.2.0
authorrinpatch <rinpatch@sdf.org>
Thu, 15 Oct 2020 18:43:35 +0000 (21:43 +0300)
committerrinpatch <rinpatch@sdf.org>
Thu, 15 Oct 2020 18:43:35 +0000 (21:43 +0300)
mix.exs

diff --git a/mix.exs b/mix.exs
index 427329d38d2ab51b0ff44d4d0dabc85de8030bc2..dfa035025484056ef4934134abfe397cf340ca53 100644 (file)
--- 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(),